Class: Google::Analytics::Data::V1alpha::MetricValue

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#value::String

Returns Measurement value. See MetricHeader for type.

Returns:

  • (::String)

    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