InputConfig constructor

InputConfig({
  1. GcsSource? gcsSource,
})

Implementation

InputConfig({
  this.gcsSource,
});