class Google::Apis::AnalyticsreportingV4::SimpleSegment

A Simple segment conditions consist of one or more dimension/metric conditions that can be combined.

Attributes

or_filters_for_segment[RW]

A list of segment filters groups which are combined with logical `AND` operator. Corresponds to the JSON property `orFiltersForSegment` @return [Array<Google::Apis::AnalyticsreportingV4::OrFiltersForSegment>]

Public Class Methods

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