REST Resource: networks.operatingSystems
Stay organized with collections
Save and categorize content based on your preferences.
Resource: OperatingSystem
Represents a device's operating system.
JSON representation |
{
"name": string,
"displayName": string
} |
Fields |
name |
string
Identifier. The resource name of the OperatingSystem . Format: networks/{networkCode}/operatingSystems/{operating_system_id}
|
displayName |
string
Output only. The name of the operating system.
|
Methods |
|
API to retrieve a OperatingSystem object. |
|
API to retrieve a list of OperatingSystem objects. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[],[],null,["# REST Resource: networks.operatingSystems\n\n- [Resource: OperatingSystem](#OperatingSystem)\n - [JSON representation](#OperatingSystem.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: OperatingSystem\n-------------------------\n\nRepresents a device's operating system.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the `OperatingSystem`. Format: `networks/{networkCode}/operatingSystems/{operating_system_id}` |\n| `displayName` | `string` Output only. The name of the operating system. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------|------------------------------------------------------|\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks.operatingSystems/get) | API to retrieve a `OperatingSystem` object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks.operatingSystems/list) | API to retrieve a list of `OperatingSystem` objects. |"]]