Struct google_adexchangebuyer1d4::DealTermsRubiconNonGuaranteedTerms [] [src]

pub struct DealTermsRubiconNonGuaranteedTerms {
    pub priority_price: Option<Price>,
    pub standard_price: Option<Price>,
}

There is no detailed description.

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

Fields

Optional price for Rubicon priority access in the auction.

Optional price for Rubicon standard access in the auction.

Trait Implementations

impl Default for DealTermsRubiconNonGuaranteedTerms
[src]

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

impl Clone for DealTermsRubiconNonGuaranteedTerms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DealTermsRubiconNonGuaranteedTerms
[src]

Formats the value using the given formatter.

impl Part for DealTermsRubiconNonGuaranteedTerms
[src]