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? name,
  10. int? protectedPodCount,
  11. RetentionPolicy? retentionPolicy,
  12. String? state,
  13. String? stateReason,
  14. String? uid,
  15. String? updateTime,
})

Implementation

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