Os Properties Response
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)