SegmentDefinitionGroupArgs

data class SegmentDefinitionGroupArgs(val dimensions: Output<List<Either<SegmentDefinitionDimension0PropertiesArgs, SegmentDefinitionDimension1PropertiesArgs>>>? = null, val sourceSegments: Output<List<SegmentDefinitionSourceSegmentArgs>>? = null, val sourceType: Output<SegmentDefinitionIncludeOptions>? = null, val type: Output<SegmentDefinitionIncludeOptions>? = null) : ConvertibleToJava<SegmentDefinitionGroupArgs>

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

Constructors

Link copied to clipboard
constructor(dimensions: Output<List<Either<SegmentDefinitionDimension0PropertiesArgs, SegmentDefinitionDimension1PropertiesArgs>>>? = null, sourceSegments: Output<List<SegmentDefinitionSourceSegmentArgs>>? = null, sourceType: Output<SegmentDefinitionIncludeOptions>? = null, type: Output<SegmentDefinitionIncludeOptions>? = null)

Properties

Link copied to clipboard

Defines the attributes to segment on.

Link copied to clipboard

Defines the starting source of data.

Link copied to clipboard

Defines how to interact with the source data.

Link copied to clipboard

Defines how to interact with the profiles found in the current filtering.

Functions

Link copied to clipboard
open override fun toJava(): SegmentDefinitionGroupArgs