Class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccessMetricValue
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccessMetricValue
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticsadmin_v1beta/classes.rb,
lib/google/apis/analyticsadmin_v1beta/representations.rb,
lib/google/apis/analyticsadmin_v1beta/representations.rb
Overview
The value of a metric.
Instance Attribute Summary collapse
-
#value ⇒ String
The measurement value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaAccessMetricValue
constructor
A new instance of GoogleAnalyticsAdminV1betaAccessMetricValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaAccessMetricValue
Returns a new instance of GoogleAnalyticsAdminV1betaAccessMetricValue.
328 329 330 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 328 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
The measurement value. For example, this value may be '13'.
Corresponds to the JSON property value
326 327 328 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 326 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
333 334 335 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 333 def update!(**args) @value = args[:value] if args.key?(:value) end |