Class: Google::Apis::AnalyticsdataV1beta::V1betaAudienceDimensionValue
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsdataV1beta::V1betaAudienceDimensionValue
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticsdata_v1beta/classes.rb,
lib/google/apis/analyticsdata_v1beta/representations.rb,
lib/google/apis/analyticsdata_v1beta/representations.rb
Overview
The value of a dimension.
Instance Attribute Summary collapse
-
#value ⇒ String
Value as a string if the dimension type is a string.
Instance Method Summary collapse
-
#initialize(**args) ⇒ V1betaAudienceDimensionValue
constructor
A new instance of V1betaAudienceDimensionValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ V1betaAudienceDimensionValue
Returns a new instance of V1betaAudienceDimensionValue.
2697 2698 2699 |
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2697 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
Value as a string if the dimension type is a string.
Corresponds to the JSON property value
2695 2696 2697 |
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2695 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2702 2703 2704 |
# File 'lib/google/apis/analyticsdata_v1beta/classes.rb', line 2702 def update!(**args) @value = args[:value] if args.key?(:value) end |