Class: Google::Analytics::Data::V1alpha::MetricValue
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::MetricValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/data.rb
Overview
The value of a metric.
Instance Attribute Summary collapse
-
#value ⇒ ::String
Measurement value.
Instance Attribute Details
#value ⇒ ::String
Returns Measurement value. See MetricHeader for type.
708 709 710 711 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 708 class MetricValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |