GoogleApi.AnalyticsReporting.V4.Model.PivotHeaderEntry (google_api_analytics_reporting v0.17.0) View Source
The headers for the each of the metric column corresponding to the metrics requested in the pivots section of the response.
Attributes
-
dimensionNames(type:list(String.t), default:nil) - The name of the dimensions in the pivot response. -
dimensionValues(type:list(String.t), default:nil) - The values for the dimensions in the pivot. -
metric(type:GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry.t, default:nil) - The metric header for the metric in the pivot.
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.PivotHeaderEntry{
dimensionNames: [String.t()] | nil,
dimensionValues: [String.t()] | nil,
metric: GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.