Struct google_analyticsreporting4::MetricHeader[][src]

pub struct MetricHeader {
    pub pivot_headers: Option<Vec<PivotHeader>>,
    pub metric_header_entries: Option<Vec<MetricHeaderEntry>>,
}

The headers for the metrics.

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

Fields

Headers for the pivots in the response.

Headers for the metrics in the response.

Trait Implementations

impl Default for MetricHeader
[src]

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

impl Clone for MetricHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MetricHeader
[src]

Formats the value using the given formatter. Read more

impl Part for MetricHeader
[src]

Auto Trait Implementations