DestinationVolumeParameters constructor

DestinationVolumeParameters({
  1. String? description,
  2. String? shareName,
  3. String? storagePool,
  4. TieringPolicy? tieringPolicy,
  5. String? volumeId,
})

Implementation

DestinationVolumeParameters({
  this.description,
  this.shareName,
  this.storagePool,
  this.tieringPolicy,
  this.volumeId,
});