Class StringConstraint (0.18.0)

StringConstraint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Constraint expression of a string field.

Attributes

Name Description
field_name str
Name of the string field as defined in the schema.
values MutableSequence[str]
Values of the string field. The record will only be returned if the field value matches one of the values specified here.
query_segment str
Identifies the keywords within the search query that match a filter.