Body

@JsonSerializable
data class Body(@Json(name = "Html") val html: Content? = null, @Json(name = "Text") val text: Content? = null)(source)

Constructors

Link copied to clipboard
constructor(@Json(name = "Html") html: Content? = null, @Json(name = "Text") text: Content? = null)

Properties

Link copied to clipboard
Link copied to clipboard