class Google::Apis::AnalyticsdataV1beta::FilterExpressionList
A list of filter expressions.
Attributes
expressions[RW]
A list of filter expressions. Corresponds to the JSON property `expressions` @return [Array<Google::Apis::AnalyticsdataV1beta::FilterExpression>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsdata_v1beta/classes.rb, line 774 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 779 def update!(**args) @expressions = args[:expressions] if args.key?(:expressions) end