Backup constructor
Backup({
- String? backupRegion,
- String? backupType,
- String? chainStorageBytes,
- String? createTime,
- String? description,
- String? enforcedRetentionEndTime,
- Map<
String, String> ? labels, - String? name,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? sourceSnapshot,
- String? sourceVolume,
- String? state,
- String? volumeRegion,
- String? volumeUsageBytes,
Implementation
Backup({
this.backupRegion,
this.backupType,
this.chainStorageBytes,
this.createTime,
this.description,
this.enforcedRetentionEndTime,
this.labels,
this.name,
this.satisfiesPzi,
this.satisfiesPzs,
this.sourceSnapshot,
this.sourceVolume,
this.state,
this.volumeRegion,
this.volumeUsageBytes,
});