ApplicationSegmentedData

@Serializable
@SerialName(value = "ApplicationSegmentedData")
data class ApplicationSegmentedData(val segmentId: String) : DataSourceSchema

Constructors

Link copied to clipboard
constructor(segmentId: String)

Properties

Link copied to clipboard
@SerialName(value = "segmentId")
val segmentId: String