TapeInfo constructor

TapeInfo({
  1. String? gatewayARN,
  2. DateTime? poolEntryDate,
  3. String? poolId,
  4. DateTime? retentionStartDate,
  5. String? tapeARN,
  6. String? tapeBarcode,
  7. int? tapeSizeInBytes,
  8. String? tapeStatus,
})

Implementation

TapeInfo({
  this.gatewayARN,
  this.poolEntryDate,
  this.poolId,
  this.retentionStartDate,
  this.tapeARN,
  this.tapeBarcode,
  this.tapeSizeInBytes,
  this.tapeStatus,
});