TapeArchive constructor

TapeArchive({
  1. DateTime? completionTime,
  2. String? kMSKey,
  3. DateTime? poolEntryDate,
  4. String? poolId,
  5. DateTime? retentionStartDate,
  6. String? retrievedTo,
  7. String? tapeARN,
  8. String? tapeBarcode,
  9. DateTime? tapeCreatedDate,
  10. int? tapeSizeInBytes,
  11. String? tapeStatus,
  12. int? tapeUsedInBytes,
  13. bool? worm,
})

Implementation

TapeArchive({
  this.completionTime,
  this.kMSKey,
  this.poolEntryDate,
  this.poolId,
  this.retentionStartDate,
  this.retrievedTo,
  this.tapeARN,
  this.tapeBarcode,
  this.tapeCreatedDate,
  this.tapeSizeInBytes,
  this.tapeStatus,
  this.tapeUsedInBytes,
  this.worm,
});