Suggestion
data class Suggestion(val id: String, val name: String, val type: Suggestion.Type, val subType: String, val lang: String, val createdAt: Long, val updatedAt: Long, val covers: List<AlbumCover>) : Parcelable
Constructors
Link copied to clipboard
constructor(id: String, name: String, type: Suggestion.Type, subType: String, lang: String, createdAt: Long, updatedAt: Long, covers: List<AlbumCover>)