Struct google_analyticsreporting4::PivotHeader[][src]

pub struct PivotHeader {
    pub total_pivot_groups_count: Option<i32>,
    pub pivot_header_entries: Option<Vec<PivotHeaderEntry>>,
}

The headers for each of the pivot sections defined in the request.

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

Fields

The total number of groups for this pivot.

A single pivot section header.

Trait Implementations

impl Default for PivotHeader
[src]

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

impl Clone for PivotHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PivotHeader
[src]

Formats the value using the given formatter. Read more

impl Part for PivotHeader
[src]

Auto Trait Implementations

impl Send for PivotHeader

impl Sync for PivotHeader