GoogleFirestoreAdminV1ExportDocumentsRequest constructor

GoogleFirestoreAdminV1ExportDocumentsRequest({
  1. List<String>? collectionIds,
  2. List<String>? namespaceIds,
  3. String? outputUriPrefix,
  4. String? snapshotTime,
})

Implementation

GoogleFirestoreAdminV1ExportDocumentsRequest({
  this.collectionIds,
  this.namespaceIds,
  this.outputUriPrefix,
  this.snapshotTime,
});