Skip to content

Instantly share code, notes, and snippets.

@Farhandroid
Created February 22, 2022 20:22
Show Gist options
  • Save Farhandroid/dae4022e9772f27ab772a0435a1829db to your computer and use it in GitHub Desktop.
Save Farhandroid/dae4022e9772f27ab772a0435a1829db to your computer and use it in GitHub Desktop.
Movie
data class Movie(
val movieId: Int,
val overview: String,
val imageId: Int,
val title: String,
val rating: String,
val releaseDate: String,
):Serializable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment