GenreResponse

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

Represents a genre response from the Discovery API.

Holds genre 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 genre's ID.

Link copied to clipboard

The genre's name.