Struct google_adexchangebuyer1d3::PretargetingConfigPlacements[][src]

pub struct PretargetingConfigPlacements {
    pub token: Option<String>,
    pub type_: Option<String>,
}

Requests containing any of these placements will match.

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

Fields

The value of the placement. Interpretation depends on the placement type, e.g. URL for a site placement, channel name for a channel placement, app id for a mobile app placement.

The type of the placement.

Trait Implementations

impl Default for PretargetingConfigPlacements
[src]

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

impl Clone for PretargetingConfigPlacements
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PretargetingConfigPlacements
[src]

Formats the value using the given formatter. Read more

impl NestedType for PretargetingConfigPlacements
[src]

impl Part for PretargetingConfigPlacements
[src]

Auto Trait Implementations