Get Desktops Desktop
data class GetDesktopsDesktop(val cpu: Int, val createTime: String, val desktopId: String, val desktopName: String, val desktopType: String, val directoryId: String, val endUserIds: List<String>, val expiredTime: String, val id: String, val imageId: String, val memory: String, val networkInterfaceId: String, val paymentType: String, val policyGroupId: String, val status: String, val systemDiskSize: Int)
Constructors
Link copied to clipboard
fun GetDesktopsDesktop(cpu: Int, createTime: String, desktopId: String, desktopName: String, desktopType: String, directoryId: String, endUserIds: List<String>, expiredTime: String, id: String, imageId: String, memory: String, networkInterfaceId: String, paymentType: String, policyGroupId: String, status: String, systemDiskSize: Int)