AutomatedBackupPolicy constructor

AutomatedBackupPolicy({
  1. String? backupWindow,
  2. bool? enabled,
  3. EncryptionConfig? encryptionConfig,
  4. Map<String, String>? labels,
  5. String? location,
  6. QuantityBasedRetention? quantityBasedRetention,
  7. TimeBasedRetention? timeBasedRetention,
  8. WeeklySchedule? weeklySchedule,
})

Implementation

AutomatedBackupPolicy({
  this.backupWindow,
  this.enabled,
  this.encryptionConfig,
  this.labels,
  this.location,
  this.quantityBasedRetention,
  this.timeBasedRetention,
  this.weeklySchedule,
});