RadarSegment

class RadarSegment(description: String, externalId: String)

Represents a user segment.

Constructors

RadarSegment
Link copied to clipboard
fun RadarSegment(description: String, externalId: String)

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Properties

description
Link copied to clipboard
val description: String
The description of the segment.
externalId
Link copied to clipboard
val externalId: String
The external ID of the segment.