VolumeBackup constructor

VolumeBackup({
  1. String? completeTime,
  2. String? createTime,
  3. String? diskSizeBytes,
  4. String? etag,
  5. String? format,
  6. String? name,
  7. NamespacedName? sourcePvc,
  8. String? state,
  9. String? stateMessage,
  10. String? storageBytes,
  11. String? uid,
  12. String? updateTime,
  13. String? volumeBackupHandle,
})

Implementation

VolumeBackup({
  this.completeTime,
  this.createTime,
  this.diskSizeBytes,
  this.etag,
  this.format,
  this.name,
  this.sourcePvc,
  this.state,
  this.stateMessage,
  this.storageBytes,
  this.uid,
  this.updateTime,
  this.volumeBackupHandle,
});