Skip to content

Instantly share code, notes, and snippets.

@ajailani4
Created April 10, 2021 13:22
Show Gist options
  • Save ajailani4/812e6ff19da0f83eb451583e38237408 to your computer and use it in GitHub Desktop.
Save ajailani4/812e6ff19da0f83eb451583e38237408 to your computer and use it in GitHub Desktop.
data class PhoneSubSpecs(
@field:Json(name = "key")
val subTitle: String,
@field:Json(name = "val")
val subSpecs: List<String>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment