Skip to content

Instantly share code, notes, and snippets.

@ajailani4
Created April 10, 2021 13:18
Show Gist options
  • Save ajailani4/0fd61fcc27315ebc9a54f5e55bfd0bc1 to your computer and use it in GitHub Desktop.
Save ajailani4/0fd61fcc27315ebc9a54f5e55bfd0bc1 to your computer and use it in GitHub Desktop.
data class Phone(
@field:Json(name = "phone_name")
val name: String,
@field:Json(name = "phone_name_slug")
val slug: String,
@field:Json(name = "brand")
val brandName: String,
@field:Json(name = "phone_img_url")
val image: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment