VolumeRestore constructor

VolumeRestore({
  1. String? completeTime,
  2. String? createTime,
  3. String? etag,
  4. String? name,
  5. String? state,
  6. String? stateMessage,
  7. NamespacedName? targetPvc,
  8. String? uid,
  9. String? updateTime,
  10. String? volumeBackup,
  11. String? volumeHandle,
  12. String? volumeType,
})

Implementation

VolumeRestore({
  this.completeTime,
  this.createTime,
  this.etag,
  this.name,
  this.state,
  this.stateMessage,
  this.targetPvc,
  this.uid,
  this.updateTime,
  this.volumeBackup,
  this.volumeHandle,
  this.volumeType,
});