HostValue

data class HostValue(value: Host) : Value

A host.

Constructors

HostValue
Link copied to clipboard
fun HostValue(value: Host)

Functions

toDocument
Link copied to clipboard
override fun toDocument(): Document
toString
Link copied to clipboard
open override fun toString(): String

Properties

type
Link copied to clipboard
open override val type: ValueType
value
Link copied to clipboard
val value: Host