Skip to content

Instantly share code, notes, and snippets.

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