AutomaticTapeCreationRule constructor

AutomaticTapeCreationRule({
  1. required int minimumNumTapes,
  2. required String poolId,
  3. required String tapeBarcodePrefix,
  4. required int tapeSizeInBytes,
  5. bool? worm,
})

Implementation

AutomaticTapeCreationRule({
  required this.minimumNumTapes,
  required this.poolId,
  required this.tapeBarcodePrefix,
  required this.tapeSizeInBytes,
  this.worm,
});