Struct google_adexchangebuyer1d4::DealServingMetadataDealPauseStatus [] [src]

pub struct DealServingMetadataDealPauseStatus {
    pub has_seller_paused: Option<bool>,
    pub buyer_pause_reason: Option<String>,
    pub seller_pause_reason: Option<String>,
    pub has_buyer_paused: Option<bool>,
    pub first_paused_by: Option<String>,
}

Tracks which parties (if any) have paused a deal. The deal is considered paused if has_buyer_paused || has_seller_paused. Each of the has_buyer_paused or the has_seller_paused bits can be set independently.

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

Fields

no description provided

no description provided

no description provided

no description provided

If the deal is paused, records which party paused the deal first.

Trait Implementations

impl Default for DealServingMetadataDealPauseStatus
[src]

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

impl Clone for DealServingMetadataDealPauseStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DealServingMetadataDealPauseStatus
[src]

Formats the value using the given formatter.

impl Part for DealServingMetadataDealPauseStatus
[src]