View Source GoogleApi.AnalyticsData.V1alpha.Model.PivotHeader (google_api_analytics_data v0.14.0)

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 parameters offset and limit are specified in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1alpha.Model.PivotHeader{
  pivotDimensionHeaders:
    [GoogleApi.AnalyticsData.V1alpha.Model.PivotDimensionHeader.t()] | nil,
  rowCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.