Struct google_dfareporting2d1::City [] [src]

pub struct City {
    pub kind: Option<String>,
    pub country_dart_id: Option<String>,
    pub name: Option<String>,
    pub country_code: Option<String>,
    pub metro_code: Option<String>,
    pub region_code: Option<String>,
    pub metro_dma_id: Option<String>,
    pub dart_id: Option<String>,
    pub region_dart_id: Option<String>,
}

Contains information about a city that can be targeted by ads.

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

Fields

Identifies what kind of resource this is. Value: the fixed string "dfareporting#city".

DART ID of the country to which this city belongs.

Name of this city.

Country code of the country to which this city belongs.

Metro region code of the metro region (DMA) to which this city belongs.

Region code of the region to which this city belongs.

ID of the metro region (DMA) to which this city belongs.

DART ID of this city. This is the ID used for targeting and generating reports.

DART ID of the region to which this city belongs.

Trait Implementations

impl Default for City
[src]

[src]

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

impl Clone for City
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for City
[src]

[src]

Formats the value using the given formatter.

impl Part for City
[src]