GoogleFirestoreAdminV1RestoreDatabaseRequest constructor

GoogleFirestoreAdminV1RestoreDatabaseRequest({
  1. String? backup,
  2. String? databaseId,
  3. GoogleFirestoreAdminV1EncryptionConfig? encryptionConfig,
  4. Map<String, String>? tags,
})

Implementation

GoogleFirestoreAdminV1RestoreDatabaseRequest({
  this.backup,
  this.databaseId,
  this.encryptionConfig,
  this.tags,
});