Execution constructor

Execution({
  1. String? argument,
  2. String? callLogLevel,
  3. String? duration,
  4. String? endTime,
  5. Error? error,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? result,
  9. String? startTime,
  10. String? state,
  11. StateError? stateError,
  12. Status? status,
  13. String? workflowRevisionId,
})

Implementation

Execution({
  this.argument,
  this.callLogLevel,
  this.duration,
  this.endTime,
  this.error,
  this.labels,
  this.name,
  this.result,
  this.startTime,
  this.state,
  this.stateError,
  this.status,
  this.workflowRevisionId,
});