TapeRecoveryPointInfo constructor

TapeRecoveryPointInfo({
  1. String? tapeARN,
  2. DateTime? tapeRecoveryPointTime,
  3. int? tapeSizeInBytes,
  4. String? tapeStatus,
})

Implementation

TapeRecoveryPointInfo({
  this.tapeARN,
  this.tapeRecoveryPointTime,
  this.tapeSizeInBytes,
  this.tapeStatus,
});