BatchDocumentOutputConfig constructor

BatchDocumentOutputConfig({
  1. GcsDestination? gcsDestination,
})

Implementation

BatchDocumentOutputConfig({
  this.gcsDestination,
});