class Google::Apis::AnalyticsdataV1beta::NumericFilter

Filters for numeric or date values.

Attributes

operation[RW]

The operation type for this filter. Corresponds to the JSON property `operation` @return [String]

value[RW]

To represent a number. Corresponds to the JSON property `value` @return [Google::Apis::AnalyticsdataV1beta::NumericValue]

Public Class Methods

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