ExecStepConfig constructor

ExecStepConfig({
  1. List<int>? allowedSuccessCodes,
  2. GcsObject? gcsObject,
  3. String? interpreter,
  4. String? localPath,
})

Implementation

ExecStepConfig({
  this.allowedSuccessCodes,
  this.gcsObject,
  this.interpreter,
  this.localPath,
});