$ExportDocumentsRequest constructor

$ExportDocumentsRequest({
  1. List<String>? collectionIds,
  2. String? outputUriPrefix,
})

Implementation

$ExportDocumentsRequest({
  this.collectionIds,
  this.outputUriPrefix,
});