RestorePlan constructor

RestorePlan({
  1. String? backupPlan,
  2. String? cluster,
  3. String? createTime,
  4. String? description,
  5. String? etag,
  6. Map<String, String>? labels,
  7. String? name,
  8. RestoreConfig? restoreConfig,
  9. String? state,
  10. String? stateReason,
  11. String? uid,
  12. String? updateTime,
})

Implementation

RestorePlan({
  this.backupPlan,
  this.cluster,
  this.createTime,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.restoreConfig,
  this.state,
  this.stateReason,
  this.uid,
  this.updateTime,
});