Struct google_analyticsreporting4::PivotValueRegion[][src]

pub struct PivotValueRegion {
    pub values: Option<Vec<String>>,
}

The metric values in the pivot region.

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

Fields

The values of the metrics in each of the pivot regions.

Trait Implementations

impl Default for PivotValueRegion
[src]

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

impl Clone for PivotValueRegion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PivotValueRegion
[src]

Formats the value using the given formatter. Read more

impl Part for PivotValueRegion
[src]

Auto Trait Implementations