GoogleCloudIntegrationsV1alphaExecutionDetails class
Contains the details of the execution info: this includes the tasks execution details plus the event execution statistics.
Constructors
-
GoogleCloudIntegrationsV1alphaExecutionDetails({List<
GoogleCloudIntegrationsV1alphaAttemptStats> ? attemptStats, String? eventExecutionSnapshotsSize, List<GoogleCloudIntegrationsV1alphaExecutionSnapshot> ? executionSnapshots, String? state}) - GoogleCloudIntegrationsV1alphaExecutionDetails.fromJson(Map json_)
Properties
-
attemptStats
↔ List<
GoogleCloudIntegrationsV1alphaAttemptStats> ? -
List of Start and end time of the execution attempts.
getter/setter pair
- eventExecutionSnapshotsSize ↔ String?
-
Total size of all event_execution_snapshots for an execution
getter/setter pair
-
executionSnapshots
↔ List<
GoogleCloudIntegrationsV1alphaExecutionSnapshot> ? -
List of snapshots taken during the execution.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
Status of the execution.
Possible string values are:
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