BackupPolicy constructor

BackupPolicy({
  1. int? assignedVolumeCount,
  2. String? createTime,
  3. int? dailyBackupLimit,
  4. String? description,
  5. bool? enabled,
  6. Map<String, String>? labels,
  7. int? monthlyBackupLimit,
  8. String? name,
  9. String? state,
  10. int? weeklyBackupLimit,
})

Implementation

BackupPolicy({
  this.assignedVolumeCount,
  this.createTime,
  this.dailyBackupLimit,
  this.description,
  this.enabled,
  this.labels,
  this.monthlyBackupLimit,
  this.name,
  this.state,
  this.weeklyBackupLimit,
});