OutputConfig constructor

OutputConfig({
  1. GcsDestination? gcsDestination,
})

Implementation

OutputConfig({
  this.gcsDestination,
});