Struct google_adexchangebuyer2_v2_beta1::AuctionContext[][src]

pub struct AuctionContext {
    pub auction_types: Option<Vec<String>>,
}

@OutputOnly The auction type the restriction applies to.

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

Fields

The auction types this restriction applies to.

Trait Implementations

impl Default for AuctionContext
[src]

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

impl Clone for AuctionContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AuctionContext
[src]

Formats the value using the given formatter. Read more

impl Part for AuctionContext
[src]

Auto Trait Implementations