Class: Google::Analytics::Admin::V1alpha::AccessDimensionValue
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AccessDimensionValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/access_report.rb
Overview
The value of a dimension.
Instance Attribute Summary collapse
-
#value ⇒ ::String
The dimension value.
Instance Attribute Details
#value ⇒ ::String
Returns The dimension value. For example, this value may be 'France' for the 'country' dimension.
331 332 333 334 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 331 class AccessDimensionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |