type OperatingSystemVersion (v202505)

  • OperatingSystemVersion represents a specific version of an operating system and inherits from Technology.

  • It includes fields for major, minor, and micro version numbers, as well as inherited ID and name from Technology.

  • This object is part of the Ad Manager API v202505 and is used by various services like AdRuleService, ForecastService, and LineItemService.

Represents a specific version of an operating system.


Namespace
https://www.google.com/apis/ads/publisher/v202505

Field

Technology (inherited)

id

xsd:long

The unique ID of the Technology. This value is required for all forms of TechnologyTargeting.

name

xsd:string

The name of the technology being targeting. This value is read-only and is assigned by Google.

OperatingSystemVersion

majorVersion

xsd:int

The operating system major version.

minorVersion

xsd:int

The operating system minor version.

microVersion

xsd:int

The operating system micro version.