MetadataKey

data class MetadataKey(val value: String) : LeftExpression

Key associated with the metadata in an event.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this LeftExpression as a MetadataKey and retrieves its kotlin.String value. Throws an exception if the LeftExpression is not a MetadataKey.

Link copied to clipboard

Casts this LeftExpression as a MetadataKey and retrieves its kotlin.String value. Returns null if the LeftExpression is not a MetadataKey.