Struct google_analyticsreporting4::PivotHeaderEntry [−][src]
pub struct PivotHeaderEntry {
pub dimension_values: Option<Vec<String>>,
pub dimension_names: Option<Vec<String>>,
pub metric: Option<MetricHeaderEntry>,
}The headers for the each of the metric column corresponding to the metrics requested in the pivots section of the response.
This type is not used in any activity, and only used as part of another schema.
Fields
dimension_values: Option<Vec<String>>
The values for the dimensions in the pivot.
dimension_names: Option<Vec<String>>
The name of the dimensions in the pivot response.
metric: Option<MetricHeaderEntry>
The metric header for the metric in the pivot.
Trait Implementations
impl Default for PivotHeaderEntry[src]
impl Default for PivotHeaderEntryfn default() -> PivotHeaderEntry[src]
fn default() -> PivotHeaderEntryReturns the "default value" for a type. Read more
impl Clone for PivotHeaderEntry[src]
impl Clone for PivotHeaderEntryfn clone(&self) -> PivotHeaderEntry[src]
fn clone(&self) -> PivotHeaderEntryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PivotHeaderEntry[src]
impl Debug for PivotHeaderEntryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for PivotHeaderEntry[src]
impl Part for PivotHeaderEntryAuto Trait Implementations
impl Send for PivotHeaderEntry
impl Send for PivotHeaderEntryimpl Sync for PivotHeaderEntry
impl Sync for PivotHeaderEntry