platformTypes property

List<PlatformType>? platformTypes
getter/setter pair

Platform types that this ad targets.

For example, desktop, mobile, or tablet. For each platform type, only id is required, and the other fields are populated automatically when the ad is inserted or updated.

Implementation

core.List<PlatformType>? platformTypes;