GetBundlesBundle

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
constructor(bundleId: String, bundleName: String, bundleType: String, description: String, desktopType: String, desktopTypeAttributes: List<GetBundlesBundleDesktopTypeAttribute>, disks: List<GetBundlesBundleDisk>, id: String, imageId: String, osType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bundle id of the bundle.

Link copied to clipboard

The name of the bundle.

Link copied to clipboard

The bundle type of the bundle. Valid values: SYSTEM,CUSTOM.

Link copied to clipboard

The description of the bundle.

Link copied to clipboard

The desktop type of the bundle.

Link copied to clipboard

The desktop type attribute of the bundle.

Link copied to clipboard

The disks of the bundle.

Link copied to clipboard
val id: String

The ID of the bundle.

Link copied to clipboard

The image id attribute of the bundle.

Link copied to clipboard

The os type attribute of the bundle.