google_api_analytics_reporting v0.1.0 GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues View Source
Used to return a list of metrics for a single DateRange / dimension combination
Attributes
- pivotValueRegions ([PivotValueRegion]): The values of each pivot region. Defaults to:
null. - values ([String.t]): Each value corresponds to each Metric in the request. Defaults to:
null.
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 Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues{
pivotValueRegions: [
GoogleApi.AnalyticsReporting.V4.Model.PivotValueRegion.t()
],
values: [any()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.