Class: Google::Apis::AnalyticsdataV1alpha::MetricValue
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsdataV1alpha::MetricValue
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/analyticsdata_v1alpha/classes.rb,
generated/google/apis/analyticsdata_v1alpha/representations.rb,
generated/google/apis/analyticsdata_v1alpha/representations.rb
Overview
The value of a metric.
Instance Attribute Summary collapse
-
#value ⇒ String
Measurement value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MetricValue
constructor
A new instance of MetricValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MetricValue
Returns a new instance of MetricValue.
916 917 918 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 916 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
Measurement value. See MetricHeader for type.
Corresponds to the JSON property value
914 915 916 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 914 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
921 922 923 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 921 def update!(**args) @value = args[:value] if args.key?(:value) end |