Backup constructor

Backup({
  1. String? capacityGb,
  2. String? createTime,
  3. String? description,
  4. String? downloadBytes,
  5. String? kmsKey,
  6. Map<String, String>? labels,
  7. String? name,
  8. bool? satisfiesPzi,
  9. bool? satisfiesPzs,
  10. String? sourceFileShare,
  11. String? sourceInstance,
  12. String? sourceInstanceTier,
  13. String? state,
  14. String? storageBytes,
})

Implementation

Backup({
  this.capacityGb,
  this.createTime,
  this.description,
  this.downloadBytes,
  this.kmsKey,
  this.labels,
  this.name,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.sourceFileShare,
  this.sourceInstance,
  this.sourceInstanceTier,
  this.state,
  this.storageBytes,
});