Struct google_adexchangebuyer2_v2_beta1::NonGuaranteedAuctionTerms[][src]

pub struct NonGuaranteedAuctionTerms {
    pub reserve_prices_per_buyer: Option<Vec<PricePerBuyer>>,
    pub auto_optimize_private_auction: Option<bool>,
}

Terms for Private Auctions. Note that Private Auctions can be created only by the seller, but they can be returned in a get or list request.

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

Fields

Reserve price for the specified buyer.

True if open auction buyers are allowed to compete with invited buyers in this private auction.

Trait Implementations

impl Default for NonGuaranteedAuctionTerms
[src]

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

impl Clone for NonGuaranteedAuctionTerms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NonGuaranteedAuctionTerms
[src]

Formats the value using the given formatter. Read more

impl Part for NonGuaranteedAuctionTerms
[src]

Auto Trait Implementations