BackupPlan constructor

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

Implementation

BackupPlan({
  this.backupChannel,
  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,
});