Segment Definition Calculated Attribute Dimension
data class SegmentDefinitionCalculatedAttributeDimension(val conditionOverrides: SegmentDefinitionConditionOverrides? = null, val dimensionType: SegmentDefinitionAttributeDimensionType, val values: List<String>)
Specifies calculated attribute based criteria for a segment.
Constructors
Link copied to clipboard
constructor(conditionOverrides: SegmentDefinitionConditionOverrides? = null, dimensionType: SegmentDefinitionAttributeDimensionType, values: List<String>)