Struct google_adexchangebuyer1d4::PretargetingConfigExcludedPlacements[][src]

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

Requests containing any of these placements will not 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 PretargetingConfigExcludedPlacements
[src]

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

impl Clone for PretargetingConfigExcludedPlacements
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PretargetingConfigExcludedPlacements
[src]

Formats the value using the given formatter. Read more

impl NestedType for PretargetingConfigExcludedPlacements
[src]

impl Part for PretargetingConfigExcludedPlacements
[src]

Auto Trait Implementations