Get Desktop Types Result
data class GetDesktopTypesResult(val cpuCount: Int? = null, val gpuCount: Double? = null, val id: String, val ids: List<String>, val instanceTypeFamily: String? = null, val memorySize: Int? = null, val outputFile: String? = null, val status: String? = null, val types: List<GetDesktopTypesType>)
A collection of values returned by getDesktopTypes.