Backup constructor

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

Implementation

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