Response

@JsonSerializable
data class Response(val content: List<Content>, val isError: Boolean? = false, val _meta: Meta = Meta.default) : ServerMessage.Response, HasMeta

Constructors

Link copied to clipboard
constructor(content: List<Content>, isError: Boolean? = false, _meta: Meta = Meta.default)

Properties

Link copied to clipboard
open override val _meta: Meta
Link copied to clipboard
Link copied to clipboard
val isError: Boolean? = false

Functions

Link copied to clipboard