Skip to content

Instantly share code, notes, and snippets.

@ajailani4
Created April 10, 2021 13:25
Show Gist options
  • Save ajailani4/293a796aeace810efa81a8de4d7904d9 to your computer and use it in GitHub Desktop.
Save ajailani4/293a796aeace810efa81a8de4d7904d9 to your computer and use it in GitHub Desktop.
data class PhoneSearchDataResponse(
@field:Json(name = "page")
val page: Int,
@field:Json(name = "limit")
val limit: Int,
@field:Json(name = "last_page")
val lastPage: Int,
@field:Json(name = "phones")
val phones: List<PhoneSearch>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment