SearchMapFilterValue
A map filter value. Currently supports string comparison only.
Inheritors
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.