Struct google_analyticsdata1_beta::api::DimensionHeader [−][src]
Expand description
Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions 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 dimension’s name.
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 DimensionHeader
impl Send for DimensionHeader
impl Sync for DimensionHeader
impl Unpin for DimensionHeader
impl UnwindSafe for DimensionHeader
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more