GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata class
Metadata of the execution snapshot.
Constructors
-
GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata({List<
String> ? ancestorIterationNumbers, List<String> ? ancestorTaskNumbers, int? executionAttempt, String? integrationName, String? task, int? taskAttempt, String? taskLabel, String? taskNumber}) - GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata.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
- executionAttempt ↔ int?
-
the execution 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
- task ↔ String?
-
the task name associated with this snapshot.
getter/setter pair
- taskAttempt ↔ int?
-
the task attempt number this snapshot belongs to.
getter/setter pair
- taskLabel ↔ String?
-
the task label 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