Discovery Classification
data class DiscoveryClassification(val segment: DiscoveryClassificationItem?, val genre: DiscoveryClassificationItem?, val subGenre: DiscoveryClassificationItem?, val type: DiscoveryClassificationItem?, val subType: DiscoveryClassificationItem?, val isPrimary: Boolean?) : Parcelable
Represents a classification in the Discovery API.
Holds classification details like segment, genre, and type.
Constructors
Link copied to clipboard
constructor(segment: DiscoveryClassificationItem?, genre: DiscoveryClassificationItem?, subGenre: DiscoveryClassificationItem?, type: DiscoveryClassificationItem?, subType: DiscoveryClassificationItem?, isPrimary: Boolean?)
Properties
Link copied to clipboard
The genre classification item, if available.
Link copied to clipboard
The segment classification item, if available.
Link copied to clipboard
The subgenre classification item, if available.
Link copied to clipboard
The subtype classification item, if available.
Link copied to clipboard
The type classification item, if available.