View Source GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues (google_api_analytics_reporting v0.18.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues{ pivotValueRegions: [GoogleApi.AnalyticsReporting.V4.Model.PivotValueRegion.t()] | nil, values: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.