GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata constructor

GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata({
  1. List<String>? ancestorIterationNumbers,
  2. List<String>? ancestorTaskNumbers,
  3. int? executionAttempt,
  4. String? integrationName,
  5. String? task,
  6. int? taskAttempt,
  7. String? taskLabel,
  8. String? taskNumber,
})

Implementation

GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata({
  this.ancestorIterationNumbers,
  this.ancestorTaskNumbers,
  this.executionAttempt,
  this.integrationName,
  this.task,
  this.taskAttempt,
  this.taskLabel,
  this.taskNumber,
});