BasicAttributesXX

@JsonClass(generateAdapter = true)
data class BasicAttributesXX(@Json(name = "age") val age: Int?, @Json(name = "ethnicities") val ethnicities: Ethnicities?, @Json(name = "gender") val gender: Int?)

Constructors

Link copied to clipboard
constructor(@Json(name = "age") age: Int?, @Json(name = "ethnicities") ethnicities: Ethnicities?, @Json(name = "gender") gender: Int?)

Properties

Link copied to clipboard
val age: Int?
Link copied to clipboard
Link copied to clipboard
val gender: Int?