BatchDocumentInputConfig constructor

BatchDocumentInputConfig({
  1. GcsSource? gcsSource,
})

Implementation

BatchDocumentInputConfig({
  this.gcsSource,
});