Skip to content

Instantly share code, notes, and snippets.

@ajailani4
Created April 10, 2021 13:13
Show Gist options
  • Save ajailani4/76a9be8155deb95518b925ba2f3cd1e4 to your computer and use it in GitHub Desktop.
Save ajailani4/76a9be8155deb95518b925ba2f3cd1e4 to your computer and use it in GitHub Desktop.
data class BrandDataResponse(
@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 = "brands")
val brands: List<Brand>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment