Struct google_analyticsreporting4::MetricHeaderEntry[][src]

pub struct MetricHeaderEntry {
    pub type_: Option<String>,
    pub name: Option<String>,
}

Header for the metrics.

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

Fields

The type of the metric, for example INTEGER.

The name of the header.

Trait Implementations

impl Default for MetricHeaderEntry
[src]

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

impl Clone for MetricHeaderEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MetricHeaderEntry
[src]

Formats the value using the given formatter. Read more

impl Part for MetricHeaderEntry
[src]

Auto Trait Implementations