WindowsOsInfoResponse

data class WindowsOsInfoResponse(val windowsOsState: String? = null)

Information about a Windows OS.

Constructors

Link copied to clipboard
constructor(windowsOsState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val windowsOsState: String? = null

The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied).