Skip to content

Instantly share code, notes, and snippets.

@khunzohn
Created December 15, 2019 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khunzohn/24420ace68bdb069fbebb40355a733ff to your computer and use it in GitHub Desktop.
Save khunzohn/24420ace68bdb069fbebb40355a733ff to your computer and use it in GitHub Desktop.
data class MovieResponse(
val errorCode: Int?,
val errorMessage: String?,
val results: List<MovieData>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment