SegmentDefinitionSourceSegmentArgs

data class SegmentDefinitionSourceSegmentArgs(val segmentDefinitionName: Output<String>? = null) : ConvertibleToJava<SegmentDefinitionSourceSegmentArgs>

The base segment to build the segment on.

Constructors

Link copied to clipboard
constructor(segmentDefinitionName: Output<String>? = null)

Properties

Link copied to clipboard
val segmentDefinitionName: Output<String>? = null

The name of the source segment.

Functions

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