Class: Google::Analytics::Data::V1beta::DimensionHeader
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::DimensionHeader
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The dimension's name.
Instance Attribute Details
#name ⇒ ::String
Returns The dimension's name.
780 781 782 783 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 780 class DimensionHeader include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |