SegmentCondition

@Serializable
data class SegmentCondition(val segmentIndex: Int = -1, val segmentComparator: Int = -1)(source)

Segment Condition.

Constructors

Link copied to clipboard
constructor(segmentIndex: Int = -1, segmentComparator: Int = -1)

Properties

Link copied to clipboard
@SerialName(value = "c")
val segmentComparator: Int

The operator which defines the expected result of the evaluation of the segment.

Link copied to clipboard
@SerialName(value = "s")
val segmentIndex: Int

The index of the segment that the condition is based on.