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>
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
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 |