Google Analytics Data V1alpha API - Class Google::Analytics::Data::V1alpha::PivotHeader (v0.8.3)

Reference documentation and code samples for the Google Analytics Data V1alpha API class Google::Analytics::Data::V1alpha::PivotHeader.

Dimensions' values in a single pivot.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#pivot_dimension_headers

def pivot_dimension_headers() -> ::Array<::Google::Analytics::Data::V1alpha::PivotDimensionHeader>
Returns

#pivot_dimension_headers=

def pivot_dimension_headers=(value) -> ::Array<::Google::Analytics::Data::V1alpha::PivotDimensionHeader>
Parameter
Returns

#row_count

def row_count() -> ::Integer
Returns
  • (::Integer) — The cardinality of the pivot as if offset = 0 and limit = -1. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.

#row_count=

def row_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The cardinality of the pivot as if offset = 0 and limit = -1. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.
Returns
  • (::Integer) — The cardinality of the pivot as if offset = 0 and limit = -1. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.