Struct google_adexchangebuyer1d4::TargetingValue[][src]

pub struct TargetingValue {
    pub day_part_targeting_value: Option<TargetingValueDayPartTargeting>,
    pub long_value: Option<String>,
    pub creative_size_value: Option<TargetingValueCreativeSize>,
    pub string_value: 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 daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING.

The long value to exclude/include.

The creative size value to exclude/include.

The string value to exclude/include.

Trait Implementations

impl Default for TargetingValue
[src]

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

impl Clone for TargetingValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TargetingValue
[src]

Formats the value using the given formatter. Read more

impl Part for TargetingValue
[src]

Auto Trait Implementations