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

The headers for the metrics.

Attributes

  • metricHeaderEntries (type: list(GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry.t), default: nil) - Headers for the metrics in the response.
  • pivotHeaders (type: list(GoogleApi.AnalyticsReporting.V4.Model.PivotHeader.t), default: nil) - Headers for the pivots in the response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.MetricHeader{
  metricHeaderEntries:
    [GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry.t()] | nil,
  pivotHeaders: [GoogleApi.AnalyticsReporting.V4.Model.PivotHeader.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.