OsProfileResponse

data class OsProfileResponse(val computerName: String? = null, val osName: String, val osType: String)

Defines the resource properties.

Constructors

Link copied to clipboard
constructor(computerName: String? = null, osName: String, osType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val computerName: String? = null

Gets or sets computer name.

Link copied to clipboard

Gets or sets os name.

Link copied to clipboard

Gets or sets the type of the os.