class Google::Apis::AnalyticsreportingV4::OrFiltersForSegment
A list of segment filters in the `OR` group are combined with the logical OR operator.
Attributes
segment_filter_clauses[RW]
List of segment filters to be combined with a `OR` operator. Corresponds to the JSON property `segmentFilterClauses` @return [Array<Google::Apis::AnalyticsreportingV4::SegmentFilterClause>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsreporting_v4/classes.rb, line 902 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analyticsreporting_v4/classes.rb, line 907 def update!(**args) @segment_filter_clauses = args[:segment_filter_clauses] if args.key?(:segment_filter_clauses) end