Disk constructor

Disk({
  1. String? diskAllocationResource,
  2. String? diskAllocationType,
  3. List<String>? diskAttributeList,
  4. String? diskId,
  5. String? diskNode,
  6. String? diskPath,
  7. int? diskSizeInBytes,
  8. String? diskStatus,
})

Implementation

Disk({
  this.diskAllocationResource,
  this.diskAllocationType,
  this.diskAttributeList,
  this.diskId,
  this.diskNode,
  this.diskPath,
  this.diskSizeInBytes,
  this.diskStatus,
});