Studio Service

CountryCodeFilter

CountryCodeFilter

A filter to be used against CountryCode fields. All fields are combined with a logical ‘and.’

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalToCountryCodeEqual to the specified value.
notEqualToCountryCodeNot equal to the specified value.
distinctFromCountryCodeNot equal to the specified value, treating null like an ordinary value.
notDistinctFromCountryCodeEqual to the specified value, treating null like an ordinary value.
in[CountryCode!]Included in the specified list.
notIn[CountryCode!]Not included in the specified list.
lessThanCountryCodeLess than the specified value.
lessThanOrEqualToCountryCodeLess than or equal to the specified value.
greaterThanCountryCodeGreater than the specified value.
greaterThanOrEqualToCountryCodeGreater than or equal to the specified value.