SegmentGroupList

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: SegmentGroupList.Builder.() -> Unit = {}): SegmentGroupList
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String