Execution constructor
Execution({
- String? argument,
- String? callLogLevel,
- String? createTime,
- bool? disableConcurrencyQuotaOverflowBuffering,
- String? duration,
- String? endTime,
- Error? error,
- Map<
String, String> ? labels, - String? name,
- String? result,
- String? startTime,
- String? state,
- StateError? stateError,
- Status? status,
- String? workflowRevisionId,
Implementation
Execution({
this.argument,
this.callLogLevel,
this.createTime,
this.disableConcurrencyQuotaOverflowBuffering,
this.duration,
this.endTime,
this.error,
this.labels,
this.name,
this.result,
this.startTime,
this.state,
this.stateError,
this.status,
this.workflowRevisionId,
});