Struct google_analyticsdata1_beta::api::PivotHeader [−][src]
pub struct PivotHeader {
pub pivot_dimension_headers: Option<Vec<PivotDimensionHeader>>,
pub row_count: Option<i32>,
}Expand description
Dimensions’ values in a single pivot.
This type is not used in any activity, and only used as part of another schema.
Fields
pivot_dimension_headers: Option<Vec<PivotDimensionHeader>>The size is the same as the cardinality of the corresponding dimension combinations.
row_count: Option<i32>The cardinality of the pivot. The total number of rows for this pivot’s fields regardless of how the parameters offset and limit are specified in the request.
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 PivotHeader
impl Send for PivotHeader
impl Sync for PivotHeader
impl Unpin for PivotHeader
impl UnwindSafe for PivotHeader
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more