Backup constructor
Backup({
- Map<
String, String> ? annotations, - String? clusterName,
- String? clusterUid,
- String? createTime,
- String? databaseVersion,
- String? deleteTime,
- String? description,
- String? displayName,
- EncryptionConfig? encryptionConfig,
- EncryptionInfo? encryptionInfo,
- String? etag,
- QuantityBasedExpiry? expiryQuantity,
- String? expiryTime,
- Map<
String, String> ? labels, - String? name,
- bool? reconciling,
- bool? satisfiesPzs,
- String? sizeBytes,
- String? state,
- String? type,
- String? uid,
- String? updateTime,
Implementation
Backup({
this.annotations,
this.clusterName,
this.clusterUid,
this.createTime,
this.databaseVersion,
this.deleteTime,
this.description,
this.displayName,
this.encryptionConfig,
this.encryptionInfo,
this.etag,
this.expiryQuantity,
this.expiryTime,
this.labels,
this.name,
this.reconciling,
this.satisfiesPzs,
this.sizeBytes,
this.state,
this.type,
this.uid,
this.updateTime,
});