BodyAttributes

@JsonClass(generateAdapter = true)
data class BodyAttributes(@Json(name = "estimate_accessories") val estimateAccessories: Int?, @Json(name = "estimate_basic_attributes") val estimateBasicAttributes: Int?, @Json(name = "estimate_upper_body") val estimateUpperBody: Int?)

Constructors

Link copied to clipboard
constructor(@Json(name = "estimate_accessories") estimateAccessories: Int?, @Json(name = "estimate_basic_attributes") estimateBasicAttributes: Int?, @Json(name = "estimate_upper_body") estimateUpperBody: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard