google_api_analytics_reporting v0.3.0 GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues View Source

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

Attributes

  • pivotValueRegions (list(GoogleApi.AnalyticsReporting.V4.Model.PivotValueRegion.t)): The values of each pivot region. Defaults to nil.
  • values (list(String.t)): Each value corresponds to each Metric in the request. Defaults to nil.

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: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.