Struct google_displayvideo1::api::TargetingExpansionConfig[][src]

pub struct TargetingExpansionConfig {
    pub exclude_first_party_audience: Option<bool>,
    pub targeting_expansion_level: Option<String>,
}

Settings that control the targeting expansion of the line item. Targeting expansion allows the line item to reach a larger audience based on the original audience list and the targeting expansion level.

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

Fields

exclude_first_party_audience: Option<bool>

Required. Whether to exclude first party audiences from targeting. Similar audiences of the excluded first party lists will not be excluded. Only applicable when a first-party audience is positively targeted (directly or included in a combined audience), otherwise this selection will be ignored.

targeting_expansion_level: Option<String>

Required. Magnitude of expansion for applicable targeting under this line item.

Trait Implementations

impl Clone for TargetingExpansionConfig[src]

impl Debug for TargetingExpansionConfig[src]

impl Default for TargetingExpansionConfig[src]

impl<'de> Deserialize<'de> for TargetingExpansionConfig[src]

impl Part for TargetingExpansionConfig[src]

impl Serialize for TargetingExpansionConfig[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.