GoogleFirestoreAdminV1Database constructor

GoogleFirestoreAdminV1Database({
  1. String? appEngineIntegrationMode,
  2. GoogleFirestoreAdminV1CmekConfig? cmekConfig,
  3. String? concurrencyMode,
  4. String? createTime,
  5. String? databaseEdition,
  6. String? deleteProtectionState,
  7. String? deleteTime,
  8. String? earliestVersionTime,
  9. String? etag,
  10. bool? freeTier,
  11. String? keyPrefix,
  12. String? locationId,
  13. String? name,
  14. String? pointInTimeRecoveryEnablement,
  15. String? previousId,
  16. GoogleFirestoreAdminV1SourceInfo? sourceInfo,
  17. Map<String, String>? tags,
  18. String? type,
  19. String? uid,
  20. String? updateTime,
  21. String? versionRetentionPeriod,
})

Implementation

GoogleFirestoreAdminV1Database({
  this.appEngineIntegrationMode,
  this.cmekConfig,
  this.concurrencyMode,
  this.createTime,
  this.databaseEdition,
  this.deleteProtectionState,
  this.deleteTime,
  this.earliestVersionTime,
  this.etag,
  this.freeTier,
  this.keyPrefix,
  this.locationId,
  this.name,
  this.pointInTimeRecoveryEnablement,
  this.previousId,
  this.sourceInfo,
  this.tags,
  this.type,
  this.uid,
  this.updateTime,
  this.versionRetentionPeriod,
});