Created
February 22, 2022 20:22
-
-
Save Farhandroid/dae4022e9772f27ab772a0435a1829db to your computer and use it in GitHub Desktop.
Movie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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