SearchMapFilterValue

A map filter value. Currently supports string comparison only.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class StringValue(val value: String) : SearchMapFilterValue

A string filter value.

Functions

Link copied to clipboard

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

Link copied to clipboard

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