Text

data class Text(val value: String) : ProjectionValue(source)

Text whose encoded byte limit is enforced by the transport.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard