Body

@JsonClass(generateAdapter = true)
data class Body(@Json(name = "attributes") val attributes: Attributes?)

Constructors

Link copied to clipboard
constructor(@Json(name = "attributes") attributes: Attributes?)

Properties

Link copied to clipboard