Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Created August 5, 2022 13:59
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 ifucolo/7eac4bdf72f056abe88c60b607c745af to your computer and use it in GitHub Desktop.
Save ifucolo/7eac4bdf72f056abe88c60b607c745af to your computer and use it in GitHub Desktop.
@JsonClass(generateAdapter = true)
data class AndroidJob(
@Json(name = "title") val title: String,
@Json(name = "required_experience_years") val experienceTimeRequired: String,
@Json(name = "native") val native: Boolean,
@Json(name = "country") val country: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment