CategorysPlaylists

@Serializable
data class CategorysPlaylists(val message: String? = null, val playlists: Playlists)

Constructors

Link copied to clipboard
constructor(message: String? = null, playlists: Playlists)

Properties

Link copied to clipboard
val message: String? = null
Link copied to clipboard