BackupPlan constructor

BackupPlan({
  1. BackupConfig? backupConfig,
  2. Schedule? backupSchedule,
  3. String? cluster,
  4. String? createTime,
  5. bool? deactivated,
  6. String? description,
  7. String? etag,
  8. Map<String, String>? labels,
  9. String? lastSuccessfulBackupTime,
  10. String? name,
  11. int? protectedPodCount,
  12. RetentionPolicy? retentionPolicy,
  13. int? rpoRiskLevel,
  14. String? rpoRiskReason,
  15. String? state,
  16. String? stateReason,
  17. String? uid,
  18. String? updateTime,
})

Implementation

BackupPlan({
  this.backupConfig,
  this.backupSchedule,
  this.cluster,
  this.createTime,
  this.deactivated,
  this.description,
  this.etag,
  this.labels,
  this.lastSuccessfulBackupTime,
  this.name,
  this.protectedPodCount,
  this.retentionPolicy,
  this.rpoRiskLevel,
  this.rpoRiskReason,
  this.state,
  this.stateReason,
  this.uid,
  this.updateTime,
});