HeadwearX

@JsonClass(generateAdapter = true)
data class HeadwearX(@Json(name = "state") val state: Int?)

Constructors

Link copied to clipboard
constructor(@Json(name = "state") state: Int?)

Properties

Link copied to clipboard
val state: Int?

Enum: 0 1 2 Headwear state (0 - absent, 1 - present, 2 - undefined).