class Google::Apis::AnalyticsreportingV4::SegmentSequenceStep
A segment sequence definition.
Attributes
match_type[RW]
Specifies if the step immediately precedes or can be any time before the next step. Corresponds to the JSON property `matchType` @return [String]
or_filters_for_segment[RW]
A sequence is specified with a list of Or grouped filters which are combined with `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 1860 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 1865 def update!(**args) @match_type = args[:match_type] if args.key?(:match_type) @or_filters_for_segment = args[:or_filters_for_segment] if args.key?(:or_filters_for_segment) end