Lun constructor

Lun({
  1. bool? bootLun,
  2. String? expireTime,
  3. String? id,
  4. List<String>? instances,
  5. String? multiprotocolType,
  6. String? name,
  7. bool? shareable,
  8. String? sizeGb,
  9. String? state,
  10. String? storageType,
  11. String? storageVolume,
  12. String? wwid,
})

Implementation

Lun({
  this.bootLun,
  this.expireTime,
  this.id,
  this.instances,
  this.multiprotocolType,
  this.name,
  this.shareable,
  this.sizeGb,
  this.state,
  this.storageType,
  this.storageVolume,
  this.wwid,
});