Struct google_adexchangebuyer1d4::DealServingMetadata [] [src]

pub struct DealServingMetadata {
    pub alcohol_ads_allowed: Option<bool>,
    pub deal_pause_status: Option<DealServingMetadataDealPauseStatus>,
}

There is no detailed description.

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

Fields

True if alcohol ads are allowed for this deal (read-only). This field is only populated when querying for finalized orders using the method GetFinalizedOrderDeals

Tracks which parties (if any) have paused a deal. (readonly, except via PauseResumeOrderDeals action)

Trait Implementations

impl Default for DealServingMetadata
[src]

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

impl Clone for DealServingMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DealServingMetadata
[src]

Formats the value using the given formatter.

impl Part for DealServingMetadata
[src]