CaseMetadataEntry

Represents a single metadata entry associated with a case. Each entry consists of a key-value pair that provides additional contextual information about the case, such as classification tags, custom attributes, or system-generated properties.

Types

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

Properties

Link copied to clipboard
val key: String

The identifier for the metadata field. This key uniquely identifies the type of metadata being stored, such as "severity", "category", or "assignee".

Link copied to clipboard

The value associated with the metadata key. This contains the actual data for the metadata field identified by the key.

Functions

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