CommandPayload

data class CommandPayload(val content: String? = null, val contentType: String? = null)

Constructors

Link copied to clipboard
constructor(content: String? = null, contentType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null
Link copied to clipboard
val contentType: String? = null