Skip to content

Instantly share code, notes, and snippets.

@ajailani4
Created April 10, 2021 13:14
Show Gist options
  • Save ajailani4/1cbb77c655fe3197c8467ed250a6bbb6 to your computer and use it in GitHub Desktop.
Save ajailani4/1cbb77c655fe3197c8467ed250a6bbb6 to your computer and use it in GitHub Desktop.
data class Brand(
@field:Json(name = "brand")
val name: String,
@field:Json(name = "brand_slug")
val slug: String,
@field:Json(name = "count_devices")
val countDevices: Int,
var phonesList: List<Phone>?
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment