TagValues

class TagValues

The values that are available for a tag.

Types

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

Properties

Link copied to clipboard
val key: String?

The key for the tag.

Link copied to clipboard

The match options that you can use to filter your results.

Link copied to clipboard

The specific value of the tag.

Functions

Link copied to clipboard
inline fun copy(block: TagValues.Builder.() -> Unit = {}): TagValues
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