OpsItemDataValue

An object that defines the value of the key and its type in the OperationalData map.

Types

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

Properties

Link copied to clipboard

The type of key-value pair. Valid types include SearchableString and String.

Link copied to clipboard

The value of the OperationalData key.

Functions

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