StopAirflowCommandRequest constructor

StopAirflowCommandRequest({
  1. String? executionId,
  2. bool? force,
  3. String? pod,
  4. String? podNamespace,
})

Implementation

StopAirflowCommandRequest({
  this.executionId,
  this.force,
  this.pod,
  this.podNamespace,
});