Struct google_adexchangebuyer1d4::DealTermsNonGuaranteedAuctionTerms[][src]

pub struct DealTermsNonGuaranteedAuctionTerms {
    pub auto_optimize_private_auction: Option<bool>,
    pub reserve_price_per_buyers: Option<Vec<PricePerBuyer>>,
}

There is no detailed description.

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

Fields

True if open auction buyers are allowed to compete with invited buyers in this private auction (buyer-readonly).

Reserve price for the specified buyer.

Trait Implementations

impl Default for DealTermsNonGuaranteedAuctionTerms
[src]

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

impl Clone for DealTermsNonGuaranteedAuctionTerms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DealTermsNonGuaranteedAuctionTerms
[src]

Formats the value using the given formatter. Read more

impl Part for DealTermsNonGuaranteedAuctionTerms
[src]

Auto Trait Implementations