GoogleCloudIntegrationsV1alphaExecutionSnapshot class
Contains the snapshot of the execution for a given checkpoint.
Constructors
-
GoogleCloudIntegrationsV1alphaExecutionSnapshot({String? checkpointTaskNumber, GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata? executionSnapshotMetadata, Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? params, List<GoogleCloudIntegrationsV1alphaTaskExecutionDetails> ? taskExecutionDetails}) - GoogleCloudIntegrationsV1alphaExecutionSnapshot.fromJson(Map json_)
Properties
- checkpointTaskNumber ↔ String?
-
Indicates "after which checkpoint task's execution" this snapshot is
taken.
getter/setter pair
- executionSnapshotMetadata ↔ GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata?
-
Metadata of the execution snapshot.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
params
↔ Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? -
Parameters used during the execution.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
taskExecutionDetails
↔ List<
GoogleCloudIntegrationsV1alphaTaskExecutionDetails> ? -
All of the task execution details at the given point of 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