Class: Google::Analytics::Data::V1beta::MetricValue
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::MetricValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/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.
886 887 888 889 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 886 class MetricValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |