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