Gallery OSDisk Image Response
data class GalleryOSDiskImageResponse(val hostCaching: String? = null, val sizeInGB: Int, val source: GalleryDiskImageSourceResponse? = null)
This is the OS disk image.
Constructors
Link copied to clipboard
constructor(hostCaching: String? = null, sizeInGB: Int, source: GalleryDiskImageSourceResponse? = null)