Struct google_adexchangebuyer1d4::SharedTargeting [] [src]

pub struct SharedTargeting {
    pub inclusions: Option<Vec<TargetingValue>>,
    pub exclusions: Option<Vec<TargetingValue>>,
    pub key: Option<String>,
}

There is no detailed description.

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

Fields

The list of value to include as part of the targeting. Each value is OR'd together.

The list of values to exclude from targeting. Each value is AND'd together.

The key representing the shared targeting criterion.

Trait Implementations

impl Default for SharedTargeting
[src]

[src]

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

impl Clone for SharedTargeting
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SharedTargeting
[src]

[src]

Formats the value using the given formatter.

impl Part for SharedTargeting
[src]