SearchFilterValue
A filter value. Exactly one of stringValue or longValue must be specified.
Inheritors
Types
Functions
Link copied to clipboard
Casts this SearchFilterValue as a LongValue and retrieves its kotlin.Long value. Throws an exception if the SearchFilterValue is not a LongValue.
Link copied to clipboard
Casts this SearchFilterValue as a LongValue and retrieves its kotlin.Long value. Returns null if the SearchFilterValue is not a LongValue.
Link copied to clipboard
Casts this SearchFilterValue as a StringValue and retrieves its kotlin.String value. Throws an exception if the SearchFilterValue is not a StringValue.
Link copied to clipboard
Casts this SearchFilterValue as a StringValue and retrieves its kotlin.String value. Returns null if the SearchFilterValue is not a StringValue.