Struct google_adexchangebuyer2_v2_beta1::TechnologyTargeting[][src]

pub struct TechnologyTargeting {
    pub device_category_targeting: Option<CriteriaTargeting>,
    pub operating_system_targeting: Option<OperatingSystemTargeting>,
    pub device_capability_targeting: Option<CriteriaTargeting>,
}

Represents targeting about various types of technology.

This type is not used in any activity, and only used as part of another schema.

Fields

IDs of device categories to be included/excluded.

Operating system related targeting information.

IDs of device capabilities to be included/excluded.

Trait Implementations

impl Default for TechnologyTargeting
[src]

Returns the "default value" for a type. Read more

impl Clone for TechnologyTargeting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TechnologyTargeting
[src]

Formats the value using the given formatter. Read more

impl Part for TechnologyTargeting
[src]

Auto Trait Implementations