Struct google_adexchangebuyer2_v2_beta1::LocationContext[][src]

pub struct LocationContext {
    pub geo_criteria_ids: Option<Vec<i32>>,
}

@OutputOnly The Geo criteria the restriction applies to.

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

Fields

IDs representing the geo location for this context. Please refer to the geo-table.csv file for different geo criteria IDs.

Trait Implementations

impl Default for LocationContext
[src]

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

impl Clone for LocationContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LocationContext
[src]

Formats the value using the given formatter. Read more

impl Part for LocationContext
[src]

Auto Trait Implementations