GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues (google_api_analytics_reporting v0.17.0) 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

Specs

t() :: %GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues{
  pivotValueRegions:
    [GoogleApi.AnalyticsReporting.V4.Model.PivotValueRegion.t()] | nil,
  values: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.