[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

OperatingSystemDto

Data Structure related to OperatingSystem. OperatingSystem is the version of the Operating system on which the AppVersion is associated with which only they are captured or compatible with. Eg: AppVersion “Microsoft Office 2013 sp1” is capture on and compatible with “Windows 7 (64)”


Properties

string
buildVersion Optional

build version of operating system


string
friendlyName Optional

name to easily remember the system


string
majorVersion Optional

major version of operating system


string
minorVersion Optional

minor version of operating system


string
name Optional

name of operating system


string
processorArch Optional

processor architecture of operating system


string
productType Optional

processor architecture of operating system

JSON Example

{
    "buildVersion": "2",
    "friendlyName": "steve machine",
    "majorVersion": "6",
    "minorVersion": "1",
    "name": "Microsoft Windows 10 Pro",
    "processorArch": "64-bit",
    "productType": "monolithic"
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Property Of

AppVersionDto

Feedback

Was this page helpful?