GoogleCloudIntegrationsV1alphaTaskExecutionDetails constructor

GoogleCloudIntegrationsV1alphaTaskExecutionDetails({
  1. List<GoogleCloudIntegrationsV1alphaAttemptStats>? taskAttemptStats,
  2. String? taskExecutionState,
  3. String? taskNumber,
})

Implementation

GoogleCloudIntegrationsV1alphaTaskExecutionDetails({
  this.taskAttemptStats,
  this.taskExecutionState,
  this.taskNumber,
});