[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# REST Resource: networks.operatingSystemVersions\n\n- [Resource: OperatingSystemVersion](#OperatingSystemVersion)\n - [JSON representation](#OperatingSystemVersion.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: OperatingSystemVersion\n--------------------------------\n\nRepresents a specific version of an operating system.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"majorVersion\": integer, \"minorVersion\": integer, \"microVersion\": integer } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the `OperatingSystemVersion`. Format: `networks/{networkCode}/operatingSystemVersions/{operating_system_version_id}` |\n| `majorVersion` | `integer` Output only. The major version of the operating system. |\n| `minorVersion` | `integer` Output only. The minor version of the operating system. |\n| `microVersion` | `integer` Output only. The micro version of the operating system. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------|-------------------------------------------------------------|\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks.operatingSystemVersions/get) | API to retrieve a `OperatingSystemVersion` object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks.operatingSystemVersions/list) | API to retrieve a list of `OperatingSystemVersion` objects. |"]]