Restore constructor

Restore({
  1. String? backup,
  2. String? cluster,
  3. String? completeTime,
  4. String? createTime,
  5. String? description,
  6. String? etag,
  7. Filter? filter,
  8. Map<String, String>? labels,
  9. String? name,
  10. int? resourcesExcludedCount,
  11. int? resourcesFailedCount,
  12. int? resourcesRestoredCount,
  13. RestoreConfig? restoreConfig,
  14. String? state,
  15. String? stateReason,
  16. String? uid,
  17. String? updateTime,
  18. List<VolumeDataRestorePolicyOverride>? volumeDataRestorePolicyOverrides,
  19. int? volumesRestoredCount,
})

Implementation

Restore({
  this.backup,
  this.cluster,
  this.completeTime,
  this.createTime,
  this.description,
  this.etag,
  this.filter,
  this.labels,
  this.name,
  this.resourcesExcludedCount,
  this.resourcesFailedCount,
  this.resourcesRestoredCount,
  this.restoreConfig,
  this.state,
  this.stateReason,
  this.uid,
  this.updateTime,
  this.volumeDataRestorePolicyOverrides,
  this.volumesRestoredCount,
});