Struct google_adexchangebuyer1d4::CreativeCorrectionsContexts[][src]

pub struct CreativeCorrectionsContexts {
    pub platform: Option<Vec<String>>,
    pub context_type: Option<String>,
    pub auction_type: Option<Vec<String>>,
    pub geo_criteria_id: Option<Vec<i32>>,
}

All known serving contexts containing serving status information.

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

Fields

Only set when contextType=PLATFORM. Represents the platforms this correction applies to.

The type of context (e.g., location, platform, auction type, SSL-ness).

Only set when contextType=AUCTION_TYPE. Represents the auction types this correction applies to.

Only set when contextType=LOCATION. Represents the geo criterias this correction applies to.

Trait Implementations

impl Default for CreativeCorrectionsContexts
[src]

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

impl Clone for CreativeCorrectionsContexts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeCorrectionsContexts
[src]

Formats the value using the given formatter. Read more

impl NestedType for CreativeCorrectionsContexts
[src]

impl Part for CreativeCorrectionsContexts
[src]

Auto Trait Implementations