class Google::Apis::AnalyticsreportingV4::SegmentDefinition
SegmentDefinition
defines the segment to be a set of SegmentFilters which are combined together with a logical `AND` operation.
Attributes
segment_filters[RW]
A segment is defined by a set of segment filters which are combined together with a logical `AND` operation. Corresponds to the JSON property `segmentFilters` @return [Array<Google::Apis::AnalyticsreportingV4::SegmentFilter>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsreporting_v4/classes.rb, line 1659 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 1664 def update!(**args) @segment_filters = args[:segment_filters] if args.key?(:segment_filters) end