GetSegmentDefinitionPlainArgs

data class GetSegmentDefinitionPlainArgs(val domainName: String, val segmentDefinitionName: String) : ConvertibleToJava<GetSegmentDefinitionPlainArgs>

Constructors

Link copied to clipboard
constructor(domainName: String, segmentDefinitionName: String)

Properties

Link copied to clipboard

The unique name of the domain.

Link copied to clipboard

The unique name of the segment definition.

Functions

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