google_api_analytics_reporting v0.6.0 GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues View Source
Used to return a list of metrics for a single DateRange / dimension combination
Attributes
pivotValueRegions(type:list(GoogleApi.AnalyticsReporting.V4.Model.PivotValueRegion.t), default:nil) - The values of each pivot region.values(type:list(String.t), default:nil) - Each value corresponds to each Metric in the request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues{
pivotValueRegions: [
GoogleApi.AnalyticsReporting.V4.Model.PivotValueRegion.t()
],
values: [String.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.