GoogleFirestoreAdminV1CloneDatabaseRequest constructor
GoogleFirestoreAdminV1CloneDatabaseRequest({
- String? databaseId,
- GoogleFirestoreAdminV1EncryptionConfig? encryptionConfig,
- GoogleFirestoreAdminV1PitrSnapshot? pitrSnapshot,
- Map<
String, String> ? tags,
Implementation
GoogleFirestoreAdminV1CloneDatabaseRequest({
this.databaseId,
this.encryptionConfig,
this.pitrSnapshot,
this.tags,
});