IsCompleteReply

@Serializable
class IsCompleteReply(val status: String, val indent: String? = null) : AbstractMessageContent

Constructors

Link copied to clipboard
constructor(status: String, indent: String? = null)

Properties

Link copied to clipboard
val indent: String? = null
Link copied to clipboard