Get Bundles Bundle
data class GetBundlesBundle(val bundleId: String, val bundleName: String, val bundleType: String, val description: String, val desktopType: String, val desktopTypeAttributes: List<GetBundlesBundleDesktopTypeAttribute>, val disks: List<GetBundlesBundleDisk>, val id: String, val imageId: String, val osType: String)
Constructors
Link copied to clipboard
fun GetBundlesBundle(bundleId: String, bundleName: String, bundleType: String, description: String, desktopType: String, desktopTypeAttributes: List<GetBundlesBundleDesktopTypeAttribute>, disks: List<GetBundlesBundleDisk>, id: String, imageId: String, osType: String)