GoogleApi.AnalyticsData.V1alpha.Model.PivotHeader (google_api_analytics_data v0.8.0) View Source
Dimensions' values in a single pivot.
Attributes
-
pivotDimensionHeaders
(type:list(GoogleApi.AnalyticsData.V1alpha.Model.PivotDimensionHeader.t)
, default:nil
) - The size is the same as the cardinality of the corresponding dimension combinations. -
rowCount
(type:integer()
, default:nil
) - The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parametersoffset
andlimit
are specified in the request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsData.V1alpha.Model.PivotHeader{ pivotDimensionHeaders: [ GoogleApi.AnalyticsData.V1alpha.Model.PivotDimensionHeader.t() ], rowCount: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.