class Google::Apis::AnalyticsdataV1beta::MetricValue
The value of a metric.
Attributes
value[RW]
Measurement value. See MetricHeader
for type. Corresponds to the JSON property `value` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsdata_v1beta/classes.rb, line 1036 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analyticsdata_v1beta/classes.rb, line 1041 def update!(**args) @value = args[:value] if args.key?(:value) end