ExecuteAirflowCommandResponse constructor

ExecuteAirflowCommandResponse({
  1. String? error,
  2. String? executionId,
  3. String? pod,
  4. String? podNamespace,
})

Implementation

ExecuteAirflowCommandResponse({
  this.error,
  this.executionId,
  this.pod,
  this.podNamespace,
});