EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata class

Constructors

EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata({List<String>? ancestorIterationNumbers, List<String>? ancestorTaskNumbers, int? eventAttemptNum, String? integrationName, int? taskAttemptNum, String? taskLabel, String? taskName, String? taskNumber})
EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata.fromJson(Map json_)

Properties

ancestorIterationNumbers List<String>?
Ancestor iteration number for the task(it will only be non-empty if the task is under 'private workflow')
getter/setter pair
ancestorTaskNumbers List<String>?
Ancestor task number for the task(it will only be non-empty if the task is under 'private workflow')
getter/setter pair
eventAttemptNum int?
the event attempt number this snapshot belongs to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integrationName String?
The direct integration which the event execution snapshots belongs to
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskAttemptNum int?
the task attempt number this snapshot belongs to.
getter/setter pair
taskLabel String?
the task label associated with this snapshot.
getter/setter pair
taskName String?
the task name associated with this snapshot.
getter/setter pair
taskNumber String?
The task number associated with this snapshot.
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