Struct google_adexchangebuyer2_v2_beta1::NonGuaranteedFixedPriceTerms[][src]

pub struct NonGuaranteedFixedPriceTerms {
    pub fixed_prices: Option<Vec<PricePerBuyer>>,
}

Terms for Preferred Deals. Note that Preferred Deals cannot be created via the API at this time, but 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

Fixed price for the specified buyer.

Trait Implementations

impl Default for NonGuaranteedFixedPriceTerms
[src]

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

impl Clone for NonGuaranteedFixedPriceTerms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NonGuaranteedFixedPriceTerms
[src]

Formats the value using the given formatter. Read more

impl Part for NonGuaranteedFixedPriceTerms
[src]

Auto Trait Implementations