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