For a list of methods for this resource, see the end of this page.
Resource representations
Contains information about a particular version of an operating system that can be targeted by ads.
{ "kind": "dfareporting#operatingSystemVersion", "id": long, "name": string, "operatingSystem": operatingSystems Resource, "majorVersion": string, "minorVersion": string }
Property name | Value | Description | Notes |
---|---|---|---|
id |
long |
ID of this operating system version. | |
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#operatingSystemVersion" . |
|
majorVersion |
string |
Major version (leftmost number) of this operating system version. | |
minorVersion |
string |
Minor version (number after the first dot) of this operating system version. | |
name |
string |
Name of this operating system version. | |
operatingSystem |
nested object |
Operating system of this operating system version. |