Struct google_adexchangebuyer1d4::DealTerms[][src]

pub struct DealTerms {
    pub branding_type: Option<String>,
    pub cross_listed_external_deal_id_type: Option<String>,
    pub guaranteed_fixed_price_terms: Option<DealTermsGuaranteedFixedPriceTerms>,
    pub seller_time_zone: Option<String>,
    pub estimated_impressions_per_day: Option<String>,
    pub non_guaranteed_fixed_price_terms: Option<DealTermsNonGuaranteedFixedPriceTerms>,
    pub estimated_gross_spend: Option<Price>,
    pub rubicon_non_guaranteed_terms: Option<DealTermsRubiconNonGuaranteedTerms>,
    pub non_guaranteed_auction_terms: Option<DealTermsNonGuaranteedAuctionTerms>,
    pub description: Option<String>,
}

There is no detailed description.

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

Fields

Visibilty of the URL in bid requests.

Indicates that this ExternalDealId exists under at least two different AdxInventoryDeals. Currently, the only case that the same ExternalDealId will exist is programmatic cross sell case.

The terms for guaranteed fixed price deals.

For deals with Cost Per Day billing, defines the timezone used to mark the boundaries of a day (buyer-readonly)

Non-binding estimate of the impressions served per day Can be set by buyer or seller.

The terms for non-guaranteed fixed price deals.

Non-binding estimate of the estimated gross spend for this deal Can be set by buyer or seller.

The terms for rubicon non-guaranteed deals.

The terms for non-guaranteed auction deals.

Description for the proposed terms of the deal.

Trait Implementations

impl Default for DealTerms
[src]

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

impl Clone for DealTerms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DealTerms
[src]

Formats the value using the given formatter. Read more

impl Part for DealTerms
[src]

Auto Trait Implementations

impl Send for DealTerms

impl Sync for DealTerms