GoogleFirestoreAdminV1RestoreDatabaseRequest constructor

GoogleFirestoreAdminV1RestoreDatabaseRequest({
  1. String? backup,
  2. String? databaseId,
  3. GoogleFirestoreAdminV1DatabaseSnapshot? databaseSnapshot,
})

Implementation

GoogleFirestoreAdminV1RestoreDatabaseRequest({
  this.backup,
  this.databaseId,
  this.databaseSnapshot,
});