Segment
data class Segment(val id: String? = null, val name: String? = null, val locale: String? = null, val primaryId: String? = null, val link: Link? = null, val embeddedGenre: EmbeddedGenre? = null)
Represents a segment in the Discovery API.
Holds segment details, including ID, name, locale, and embedded genres.