AI-generated Key Takeaways
-
The
OperatingSystemVersion
resource provides detailed information about specific operating system versions that can be targeted for advertising. -
It includes properties like
id
,name
,operatingSystem
,majorVersion
,minorVersion
, andkind
to identify and describe the OS version. -
You can retrieve information about operating system versions through methods like
get
(to retrieve a specific version by ID) andlist
(to retrieve a list of versions).
Resource: OperatingSystemVersion
Contains information about a particular version of an operating system that can be targeted by ads.
JSON representation |
---|
{
"id": string,
"name": string,
"operatingSystem": {
object ( |
Fields | |
---|---|
id |
ID of this operating system version. |
name |
Name of this operating system version. |
operatingSystem |
Operating system of this operating system version. |
majorVersion |
Major version (leftmost number) of this operating system version. |
minorVersion |
Minor version (number after the first dot) of this operating system version. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Gets one operating system version by ID. |
|
Retrieves a list of operating system versions. |