Struct google_adexchangebuyer2_v2_beta1::ServingContext[][src]

pub struct ServingContext {
    pub platform: Option<PlatformContext>,
    pub all: Option<String>,
    pub location: Option<LocationContext>,
    pub app_type: Option<AppContext>,
    pub auction_type: Option<AuctionContext>,
    pub security_type: Option<SecurityContext>,
}

The serving context for this restriction.

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

Fields

Matches impressions coming from a particular platform.

Matches all contexts.

Matches impressions coming from users or publishers in a specific location.

Matches impressions for a particular app type.

Matches impressions for a particular auction type.

Matches impressions for a particular security type.

Trait Implementations

impl Default for ServingContext
[src]

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

impl Clone for ServingContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ServingContext
[src]

Formats the value using the given formatter. Read more

impl Part for ServingContext
[src]

Auto Trait Implementations