class Google::Apis::AnalyticsdataV1alpha::CaseExpression

Used to convert a dimension value to a single case.

Attributes

dimension_name[RW]

Name of a dimension. The name must refer back to a name in dimensions field of the request. Corresponds to the JSON property `dimensionName` @return [String]

Public Class Methods

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