VolumeRecoveryPointInfo constructor

VolumeRecoveryPointInfo({
  1. String? volumeARN,
  2. String? volumeRecoveryPointTime,
  3. int? volumeSizeInBytes,
  4. int? volumeUsageInBytes,
})

Implementation

VolumeRecoveryPointInfo({
  this.volumeARN,
  this.volumeRecoveryPointTime,
  this.volumeSizeInBytes,
  this.volumeUsageInBytes,
});