GoogleCloudIntegrationsV1alphaExecutionSnapshot constructor
GoogleCloudIntegrationsV1alphaExecutionSnapshot({
- String? checkpointTaskNumber,
- GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata? executionSnapshotMetadata,
- Map<
String, GoogleCloudIntegrationsV1alphaValueType> ? params, - List<
GoogleCloudIntegrationsV1alphaTaskExecutionDetails> ? taskExecutionDetails,
Implementation
GoogleCloudIntegrationsV1alphaExecutionSnapshot({
this.checkpointTaskNumber,
this.executionSnapshotMetadata,
this.params,
this.taskExecutionDetails,
});