Classification Response
data class ClassificationResponse(val embeddedClassification: EmbeddedClassification? = null, val links: Links? = null, val page: DiscoveryPaginationResponse? = null)
Represents a classification response from the Discovery API.
Holds embedded classifications, links, and pagination data.
Constructors
Link copied to clipboard
constructor(embeddedClassification: EmbeddedClassification? = null, links: Links? = null, page: DiscoveryPaginationResponse? = null)