Struct google_adexchangebuyer1d4::DealTermsNonGuaranteedFixedPriceTerms [] [src]

pub struct DealTermsNonGuaranteedFixedPriceTerms {
    pub fixed_prices: 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

Fixed price for the specified buyer.

Trait Implementations

impl Default for DealTermsNonGuaranteedFixedPriceTerms
[src]

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

impl Clone for DealTermsNonGuaranteedFixedPriceTerms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DealTermsNonGuaranteedFixedPriceTerms
[src]

Formats the value using the given formatter.

impl Part for DealTermsNonGuaranteedFixedPriceTerms
[src]