GoogleFirestoreAdminV1CloneDatabaseRequest constructor

GoogleFirestoreAdminV1CloneDatabaseRequest({
  1. String? databaseId,
  2. GoogleFirestoreAdminV1EncryptionConfig? encryptionConfig,
  3. GoogleFirestoreAdminV1PitrSnapshot? pitrSnapshot,
  4. Map<String, String>? tags,
})

Implementation

GoogleFirestoreAdminV1CloneDatabaseRequest({
  this.databaseId,
  this.encryptionConfig,
  this.pitrSnapshot,
  this.tags,
});