operatingSystems property

List<OperatingSystem>? operatingSystems
getter/setter pair

Operating systems that this ad targets.

To target specific versions, use operatingSystemVersions. For each operating system only dartId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting an operating system, do not set targeting for operating system versions for the same operating system.

Implementation

core.List<OperatingSystem>? operatingSystems;