GoogleCloudIntegrationsV1alphaExecutionDetails constructor

GoogleCloudIntegrationsV1alphaExecutionDetails({
  1. List<GoogleCloudIntegrationsV1alphaAttemptStats>? attemptStats,
  2. String? eventExecutionSnapshotsSize,
  3. List<GoogleCloudIntegrationsV1alphaExecutionSnapshot>? executionSnapshots,
  4. String? state,
})

Implementation

GoogleCloudIntegrationsV1alphaExecutionDetails({
  this.attemptStats,
  this.eventExecutionSnapshotsSize,
  this.executionSnapshots,
  this.state,
});