Skip to content

Instantly share code, notes, and snippets.

@satadii11
Created November 25, 2021 08:33
Show Gist options
  • Save satadii11/a1d84c681845634dea6d841c7fdc8450 to your computer and use it in GitHub Desktop.
Save satadii11/a1d84c681845634dea6d841c7fdc8450 to your computer and use it in GitHub Desktop.
data class AnimeModel(
val id: Int,
val title: String,
val coverImage: String,
val majorColor: String,
val genres: List<String>,
val averageScore: Int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment