operatingSystemVersions property

List<OperatingSystemVersion>? operatingSystemVersions
getter/setter pair

Operating system versions that this ad targets.

To target all versions, use operatingSystems. For each operating system version, only id is required. The other fields are populated automatically when the ad is inserted or updated. If targeting an operating system version, do not set targeting for the corresponding operating system in operatingSystems.

Implementation

core.List<OperatingSystemVersion>? operatingSystemVersions;