Filterable Property
data class FilterableProperty(val supportedValues: List<String>, val type: Either<String, SupportedFilterTypes>) : ConvertibleToJava<FilterableProperty>
Different types of filters supported and its values.
Different types of filters supported and its values.