REST Resource: operatingSystemVersions

  • 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, and kind 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) and list (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 (OperatingSystem)
  },
  "majorVersion": string,
  "minorVersion": string,
  "kind": string
}
Fields
id

string (int64 format)

ID of this operating system version.

name

string

Name of this operating system version.

operatingSystem

object (OperatingSystem)

Operating system of this operating system version.

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.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#operatingSystemVersion"

.

Methods

get

Gets one operating system version by ID.

list

Retrieves a list of operating system versions.