PoolInfo constructor
PoolInfo({
- String? poolARN,
- String? poolName,
- PoolStatus? poolStatus,
- int? retentionLockTimeInDays,
- RetentionLockType? retentionLockType,
- TapeStorageClass? storageClass,
Implementation
PoolInfo({
this.poolARN,
this.poolName,
this.poolStatus,
this.retentionLockTimeInDays,
this.retentionLockType,
this.storageClass,
});