Struct google_analyticsreporting4::ColumnHeader[][src]

pub struct ColumnHeader {
    pub dimensions: Option<Vec<String>>,
    pub metric_header: Option<MetricHeader>,
}

Column headers.

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

Fields

The dimension names in the response.

Metric headers for the metrics in the response.

Trait Implementations

impl Default for ColumnHeader
[src]

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

impl Clone for ColumnHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ColumnHeader
[src]

Formats the value using the given formatter. Read more

impl Part for ColumnHeader
[src]

Auto Trait Implementations