GoogleFirestoreAdminV1Database constructor

GoogleFirestoreAdminV1Database({
  1. String? appEngineIntegrationMode,
  2. String? concurrencyMode,
  3. String? createTime,
  4. String? deleteProtectionState,
  5. String? earliestVersionTime,
  6. String? etag,
  7. String? keyPrefix,
  8. String? locationId,
  9. String? name,
  10. String? pointInTimeRecoveryEnablement,
  11. String? type,
  12. String? uid,
  13. String? updateTime,
  14. String? versionRetentionPeriod,
})

Implementation

GoogleFirestoreAdminV1Database({
  this.appEngineIntegrationMode,
  this.concurrencyMode,
  this.createTime,
  this.deleteProtectionState,
  this.earliestVersionTime,
  this.etag,
  this.keyPrefix,
  this.locationId,
  this.name,
  this.pointInTimeRecoveryEnablement,
  this.type,
  this.uid,
  this.updateTime,
  this.versionRetentionPeriod,
});