Backup constructor

Backup({
  1. String? backupType,
  2. String? chainStorageBytes,
  3. String? createTime,
  4. String? description,
  5. Map<String, String>? labels,
  6. String? name,
  7. bool? satisfiesPzi,
  8. bool? satisfiesPzs,
  9. String? sourceSnapshot,
  10. String? sourceVolume,
  11. String? state,
  12. String? volumeUsageBytes,
})

Implementation

Backup({
  this.backupType,
  this.chainStorageBytes,
  this.createTime,
  this.description,
  this.labels,
  this.name,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.sourceSnapshot,
  this.sourceVolume,
  this.state,
  this.volumeUsageBytes,
});