DocumentTag

data class DocumentTag(val key: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun DocumentTag(key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The name of the tag.

Link copied to clipboard
val value: String? = null

The value of the tag.