OSProfile Response
data class OSProfileResponse(val computerName: String, val linuxConfiguration: OSProfileResponseLinuxConfiguration? = null, val windowsConfiguration: OSProfileResponseWindowsConfiguration? = null)
Specifies the operating system settings for the hybrid machine.
Constructors
Link copied to clipboard
constructor(computerName: String, linuxConfiguration: OSProfileResponseLinuxConfiguration? = null, windowsConfiguration: OSProfileResponseWindowsConfiguration? = null)