Image Disk Reference Response
data class ImageDiskReferenceResponse(val communityGalleryImageId: String? = null, val id: String? = null, val lun: Int? = null, val sharedGalleryImageId: String? = null)
The source image used for creating the disk.
Constructors
Link copied to clipboard
fun ImageDiskReferenceResponse(communityGalleryImageId: String? = null, id: String? = null, lun: Int? = null, sharedGalleryImageId: String? = null)