LeftExpression

sealed class LeftExpression

Left expression of the event metadata filter.

Inheritors

Types

Link copied to clipboard
data class MetadataKey(val value: String) : LeftExpression

Key associated with the metadata in an event.

Link copied to clipboard

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.