Tag

class Tag

A tag is a label consisting of a user-defined key and value. The form for tags is {"Key", "Value"}

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key portion of a tag. Tag keys are case sensitive.

Link copied to clipboard

The value portion of a tag. Tag values are case sensitive.

Functions

Link copied to clipboard
inline fun copy(block: Tag.Builder.() -> Unit = {}): Tag
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String