Struct google_analyticsdata1_beta::api::MetricHeader [−][src]
Expand description
Describes a metric column in the report. Visible metrics requested in a report produce column entries within rows and MetricHeaders. However, metrics used exclusively within filters or expressions do not produce columns in a report; correspondingly, those metrics do not produce headers.
This type is not used in any activity, and only used as part of another schema.
Fields
name: Option<String>The metric’s name.
type_: Option<String>The metric’s data type.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MetricHeader
impl Send for MetricHeader
impl Sync for MetricHeader
impl Unpin for MetricHeader
impl UnwindSafe for MetricHeader
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more