GcsOutputConfig constructor

GcsOutputConfig({
  1. String? uri,
})

Implementation

GcsOutputConfig({
  this.uri,
});