Struct google_displayvideo1::api::ExchangeConfigEnabledExchange[][src]

pub struct ExchangeConfigEnabledExchange {
    pub exchange: Option<String>,
    pub google_ad_manager_agency_id: Option<String>,
    pub google_ad_manager_buyer_network_id: Option<String>,
    pub seat_id: Option<String>,
}

An enabled exchange in the partner.

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

Fields

exchange: Option<String>

The enabled exchange.

google_ad_manager_agency_id: Option<String>

Output only. Agency ID of Google Ad Manager. The field is only relevant when Google Ad Manager is the enabled exchange.

google_ad_manager_buyer_network_id: Option<String>

Output only. Network ID of Google Ad Manager. The field is only relevant when Google Ad Manager is the enabled exchange.

seat_id: Option<String>

Output only. Seat ID of the enabled exchange.

Trait Implementations

impl Clone for ExchangeConfigEnabledExchange[src]

impl Debug for ExchangeConfigEnabledExchange[src]

impl Default for ExchangeConfigEnabledExchange[src]

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

impl Part for ExchangeConfigEnabledExchange[src]

impl Serialize for ExchangeConfigEnabledExchange[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.