Struct google_analytics3::McfDataColumnHeaders [] [src]

pub struct McfDataColumnHeaders {
    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 and metric values data types such as INTEGER, DOUBLE, CURRENCY, MCF_SEQUENCE etc.

Column Type. Either DIMENSION or METRIC.

Column name.

Trait Implementations

impl Debug for McfDataColumnHeaders
[src]

Formats the value using the given formatter.

impl Clone for McfDataColumnHeaders
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for McfDataColumnHeaders
[src]

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

impl NestedType for McfDataColumnHeaders
[src]

impl Part for McfDataColumnHeaders
[src]