SegmentDefinitionSegmentGroup

data class SegmentDefinitionSegmentGroup(val groups: List<SegmentDefinitionGroup>? = null, val include: SegmentDefinitionIncludeOptions? = null)

Constructors

Link copied to clipboard
constructor(groups: List<SegmentDefinitionGroup>? = null, include: SegmentDefinitionIncludeOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Holds the list of groups within the segment definition.

Link copied to clipboard

Defines whether to include or exclude the profiles that fit the segment criteria.