Struct google_adexchangebuyer1d4::DealServingMetadata [] [src]

pub struct DealServingMetadata {
    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

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

Trait Implementations

impl Debug for DealServingMetadata
[src]

Formats the value using the given formatter.

impl Clone for DealServingMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DealServingMetadata
[src]

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

impl Part for DealServingMetadata
[src]