Execution constructor

Execution({
  1. String? argument,
  2. String? callLogLevel,
  3. String? createTime,
  4. bool? disableConcurrencyQuotaOverflowBuffering,
  5. String? duration,
  6. String? endTime,
  7. Error? error,
  8. Map<String, String>? labels,
  9. String? name,
  10. String? result,
  11. String? startTime,
  12. String? state,
  13. StateError? stateError,
  14. Status? status,
  15. 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,
});