Class: Google::Analytics::Data::V1beta::PivotHeader
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::PivotHeader
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
Dimensions' values in a single pivot.
Instance Attribute Summary collapse
-
#pivot_dimension_headers ⇒ ::Array<::Google::Analytics::Data::V1beta::PivotDimensionHeader>
The size is the same as the cardinality of the corresponding dimension combinations.
-
#row_count ⇒ ::Integer
The cardinality of the pivot.
Instance Attribute Details
#pivot_dimension_headers ⇒ ::Array<::Google::Analytics::Data::V1beta::PivotDimensionHeader>
Returns The size is the same as the cardinality of the corresponding dimension combinations.
853 854 855 856 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 853 class PivotHeader include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_count ⇒ ::Integer
Returns 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.
853 854 855 856 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 853 class PivotHeader include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |