Class: Google::Analytics::Data::V1beta::DimensionExpression::CaseExpression
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::DimensionExpression::CaseExpression
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
Used to convert a dimension value to a single case.
Instance Attribute Summary collapse
-
#dimension_name ⇒ ::String
Name of a dimension.
Instance Attribute Details
#dimension_name ⇒ ::String
Returns Name of a dimension. The name must refer back to a name in dimensions field of the request.
142 143 144 145 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 142 class CaseExpression include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |