Restore constructor

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

Implementation

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