Struct google_analyticsdata1_beta::api::PivotDimensionHeader [−][src]
pub struct PivotDimensionHeader {
pub dimension_values: Option<Vec<DimensionValue>>,
}Expand description
Summarizes dimension values from a row for this pivot.
This type is not used in any activity, and only used as part of another schema.
Fields
dimension_values: Option<Vec<DimensionValue>>Values of multiple dimensions in a pivot.
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 PivotDimensionHeader
impl Send for PivotDimensionHeader
impl Sync for PivotDimensionHeader
impl Unpin for PivotDimensionHeader
impl UnwindSafe for PivotDimensionHeader
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more