EventType class

EventType includes fields.

Constructors

EventType({String? createTime, String? enrichedEventPayloadSchema, String? entityType, String? eventPayloadSchema, String? eventTypeId, String? idPath, String? name, String? updateTime})
EventType.fromJson(Map json_)

Properties

createTime String?
Created time.
getter/setter pair
enrichedEventPayloadSchema String?
Schema of the event payload after enriched.
getter/setter pair
entityType String?
Runtime entity type name.
getter/setter pair
eventPayloadSchema String?
Schema of webhook event payload.
getter/setter pair
eventTypeId String?
Event type id.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idPath String?
Id path denotes the path of id in webhook payload.
getter/setter pair
name String?
Resource name of the eventtype.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Updated time.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited