GoogleFirestoreAdminV1Database constructor
GoogleFirestoreAdminV1Database({
- String? appEngineIntegrationMode,
- GoogleFirestoreAdminV1CmekConfig? cmekConfig,
- String? concurrencyMode,
- String? createTime,
- String? deleteProtectionState,
- String? deleteTime,
- String? earliestVersionTime,
- String? etag,
- String? keyPrefix,
- String? locationId,
- String? name,
- String? pointInTimeRecoveryEnablement,
- String? previousId,
- String? type,
- String? uid,
- String? updateTime,
- String? versionRetentionPeriod,
Implementation
GoogleFirestoreAdminV1Database({
this.appEngineIntegrationMode,
this.cmekConfig,
this.concurrencyMode,
this.createTime,
this.deleteProtectionState,
this.deleteTime,
this.earliestVersionTime,
this.etag,
this.keyPrefix,
this.locationId,
this.name,
this.pointInTimeRecoveryEnablement,
this.previousId,
this.type,
this.uid,
this.updateTime,
this.versionRetentionPeriod,
});