Struct google_analytics3::GaDataColumnHeaders [] [src]

pub struct GaDataColumnHeaders {
    pub data_type: Option<String>,
    pub column_type: Option<String>,
    pub name: Option<String>,
}

Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.

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

Fields

Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.

Column Type. Either DIMENSION or METRIC.

Column name.

Trait Implementations

impl Debug for GaDataColumnHeaders
[src]

Formats the value using the given formatter.

impl Clone for GaDataColumnHeaders
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for GaDataColumnHeaders
[src]

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

impl NestedType for GaDataColumnHeaders
[src]

impl Part for GaDataColumnHeaders
[src]