Struct google_analyticsreporting4::DateRangeValues[][src]

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

Used to return a list of metrics for a single DateRange / dimension combination

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

Fields

Each value corresponds to each Metric in the request.

The values of each pivot region.

Trait Implementations

impl Default for DateRangeValues
[src]

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

impl Clone for DateRangeValues
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DateRangeValues
[src]

Formats the value using the given formatter. Read more

impl Part for DateRangeValues
[src]

Auto Trait Implementations