GoogleApi.AnalyticsReporting.V4.Model.MetricHeader (google_api_analytics_reporting v0.17.0) View Source
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.
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.MetricHeader{
metricHeaderEntries:
[GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry.t()] | nil,
pivotHeaders: [GoogleApi.AnalyticsReporting.V4.Model.PivotHeader.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.