PoolInfo constructor

PoolInfo({
  1. String? poolARN,
  2. String? poolName,
  3. PoolStatus? poolStatus,
  4. int? retentionLockTimeInDays,
  5. RetentionLockType? retentionLockType,
  6. TapeStorageClass? storageClass,
})

Implementation

PoolInfo({
  this.poolARN,
  this.poolName,
  this.poolStatus,
  this.retentionLockTimeInDays,
  this.retentionLockType,
  this.storageClass,
});