Class: Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccessDimensionValue
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1beta::GoogleAnalyticsAdminV1betaAccessDimensionValue
- 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 dimension.
Instance Attribute Summary collapse
-
#value ⇒ String
The dimension value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaAccessDimensionValue
constructor
A new instance of GoogleAnalyticsAdminV1betaAccessDimensionValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1betaAccessDimensionValue
Returns a new instance of GoogleAnalyticsAdminV1betaAccessDimensionValue.
137 138 139 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 137 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
The dimension value. For example, this value may be 'France' for the 'country'
dimension.
Corresponds to the JSON property value
135 136 137 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 135 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
142 143 144 |
# File 'lib/google/apis/analyticsadmin_v1beta/classes.rb', line 142 def update!(**args) @value = args[:value] if args.key?(:value) end |