GoogleFirestoreAdminV1RestoreDatabaseRequest constructor
GoogleFirestoreAdminV1RestoreDatabaseRequest({
- String? backup,
- String? databaseId,
- GoogleFirestoreAdminV1EncryptionConfig? encryptionConfig,
Implementation
GoogleFirestoreAdminV1RestoreDatabaseRequest({
this.backup,
this.databaseId,
this.encryptionConfig,
});