OutputConfig constructor

OutputConfig({
  1. int? batchSize,
  2. GcsDestination? gcsDestination,
})

Implementation

OutputConfig({
  this.batchSize,
  this.gcsDestination,
});