Skip to content

Instantly share code, notes, and snippets.

@ajailani4
Created April 10, 2021 13:16
Show Gist options
  • Save ajailani4/33ba6a9e1898ffb7ef3b16ea931d8c99 to your computer and use it in GitHub Desktop.
Save ajailani4/33ba6a9e1898ffb7ef3b16ea931d8c99 to your computer and use it in GitHub Desktop.
data class PhoneResponse(
@Json(name = "status")
val status: Boolean,
@Json(name = "data")
val data: PhoneDataResponse
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment