Skip to content

Instantly share code, notes, and snippets.

@ajailani4
Last active April 10, 2021 13:11
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 ajailani4/904dfa42f8b8b6234870c6ec04626645 to your computer and use it in GitHub Desktop.
Save ajailani4/904dfa42f8b8b6234870c6ec04626645 to your computer and use it in GitHub Desktop.
data class BrandResponse(
@Json(name = "status")
val status: Boolean,
@Json(name = "data")
val data: BrandDataResponse
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment