GoogleCloudIntegrationsV1alphaExecutionDetails constructor
GoogleCloudIntegrationsV1alphaExecutionDetails({
- List<
GoogleCloudIntegrationsV1alphaAttemptStats> ? attemptStats, - String? eventExecutionSnapshotsSize,
- List<
GoogleCloudIntegrationsV1alphaExecutionSnapshot> ? executionSnapshots, - String? state,
Implementation
GoogleCloudIntegrationsV1alphaExecutionDetails({
this.attemptStats,
this.eventExecutionSnapshotsSize,
this.executionSnapshots,
this.state,
});