GoogleCloudIntegrationsV1alphaExecutionSnapshot constructor

GoogleCloudIntegrationsV1alphaExecutionSnapshot({
  1. String? checkpointTaskNumber,
  2. GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata? executionSnapshotMetadata,
  3. Map<String, GoogleCloudIntegrationsV1alphaValueType>? params,
  4. List<GoogleCloudIntegrationsV1alphaTaskExecutionDetails>? taskExecutionDetails,
})

Implementation

GoogleCloudIntegrationsV1alphaExecutionSnapshot({
  this.checkpointTaskNumber,
  this.executionSnapshotMetadata,
  this.params,
  this.taskExecutionDetails,
});