SegmentGroupList class

Specifies the settings that define the relationships between segment groups for a segment.

Constructors

SegmentGroupList({List<SegmentGroup>? groups, Include? include})
SegmentGroupList.fromJson(Map<String, dynamic> json)
factory

Properties

groups List<SegmentGroup>?
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
final
hashCode int
The hash code for this object.
no setterinherited
include Include?
Specifies how to handle multiple segment groups for the segment. For example, if the segment includes three segment groups, whether the resulting segment includes endpoints that match all, any, or none of the segment groups.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited