Backup constructor

Backup({
  1. String? backupRegion,
  2. String? backupType,
  3. String? chainStorageBytes,
  4. String? createTime,
  5. String? description,
  6. String? enforcedRetentionEndTime,
  7. Map<String, String>? labels,
  8. String? name,
  9. bool? satisfiesPzi,
  10. bool? satisfiesPzs,
  11. String? sourceSnapshot,
  12. String? sourceVolume,
  13. String? state,
  14. String? volumeRegion,
  15. 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,
});