Class: Google::Analytics::Data::V1beta::DimensionValue
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::DimensionValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
The value of a dimension.
Instance Attribute Summary collapse
-
#value ⇒ ::String
Value as a string if the dimension type is a string.
Instance Attribute Details
#value ⇒ ::String
Returns Value as a string if the dimension type is a string.
877 878 879 880 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 877 class DimensionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |