class Google::Apis::AnalyticsdataV1alpha::FilterExpressionList

A list of filter expressions.

Attributes

expressions[RW]

A list of filter expressions. Corresponds to the JSON property `expressions` @return [Array<Google::Apis::AnalyticsdataV1alpha::FilterExpression>]

Public Class Methods

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