Body

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

Constructors

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

Properties

Link copied to clipboard
val html: Content? = null
Link copied to clipboard
val text: Content? = null