EyesAttributes

@JsonClass(generateAdapter = true)
data class EyesAttributes(@Json(name = "left_eye") val leftEye: LeftEye?, @Json(name = "right_eye") val rightEye: RightEye?)

Constructors

Link copied to clipboard
constructor(@Json(name = "left_eye") leftEye: LeftEye?, @Json(name = "right_eye") rightEye: RightEye?)

Properties

Link copied to clipboard
Link copied to clipboard