GoogleFirestoreAdminV1Backup constructor

GoogleFirestoreAdminV1Backup({
  1. String? database,
  2. String? databaseUid,
  3. String? expireTime,
  4. String? name,
  5. String? snapshotTime,
  6. String? state,
  7. GoogleFirestoreAdminV1Stats? stats,
})

Implementation

GoogleFirestoreAdminV1Backup({
  this.database,
  this.databaseUid,
  this.expireTime,
  this.name,
  this.snapshotTime,
  this.state,
  this.stats,
});