class Google::Apis::AnalyticsdataV1alpha::DimensionValue

The value of a dimension.

Attributes

value[RW]

Value as a string if the dimension type is a string. Corresponds to the JSON property `value` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/analyticsdata_v1alpha/classes.rb, line 573
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_v1alpha/classes.rb, line 578
def update!(**args)
  @value = args[:value] if args.key?(:value)
end