SegmentResponse

data class SegmentResponse(val id: String, val name: String)

Represents a segment response from the Discovery API.

Holds segment details with an ID and name.

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
val id: String

The segment's ID.

Link copied to clipboard

The segment's name.