google_api_analytics_reporting v0.3.0 GoogleApi.AnalyticsReporting.V4.Model.PivotHeaderEntry 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 (list(String.t)): The name of the dimensions in the pivot response. Defaults to
nil. - dimensionValues (list(String.t)): The values for the dimensions in the pivot. Defaults to
nil. - metric (GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry.t): The metric header for the metric in the pivot. Defaults to
nil.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.PivotHeaderEntry{
dimensionNames: [String.t()],
dimensionValues: [String.t()],
metric: GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry.t()
}
t() :: %GoogleApi.AnalyticsReporting.V4.Model.PivotHeaderEntry{
dimensionNames: [String.t()],
dimensionValues: [String.t()],
metric: GoogleApi.AnalyticsReporting.V4.Model.MetricHeaderEntry.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.