OsPropertiesResponse

data class OsPropertiesResponse(val customImageDisplayName: String, val customImageId: String? = null, val osName: String? = null, val releaseProperties: ReleasePropertiesResponse? = null)

The properties of an operating system.

Constructors

Link copied to clipboard
constructor(customImageDisplayName: String, customImageId: String? = null, osName: String? = null, releaseProperties: ReleasePropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the custom image resource.

Link copied to clipboard
val customImageId: String? = null

Specify the referenced Test Base Custom Image Id if available.

Link copied to clipboard
val osName: String? = null

The name of the OS.

Link copied to clipboard

The properties of the OS release.