Skip to content

Instantly share code, notes, and snippets.

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