PollAirflowCommandRequest constructor

PollAirflowCommandRequest({
  1. String? executionId,
  2. int? nextLineNumber,
  3. String? pod,
  4. String? podNamespace,
})

Implementation

PollAirflowCommandRequest({
  this.executionId,
  this.nextLineNumber,
  this.pod,
  this.podNamespace,
});