View Source GoogleApi.AnalyticsReporting.V4.Model.ReportRow (google_api_analytics_reporting v0.18.0)

A row in the report.

Attributes

  • dimensions (type: list(String.t), default: nil) - List of requested dimensions.
  • metrics (type: list(GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues.t), default: nil) - List of metrics for each requested DateRange.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.ReportRow{
  dimensions: [String.t()] | nil,
  metrics: [GoogleApi.AnalyticsReporting.V4.Model.DateRangeValues.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.