Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1016 Bytes

SuggestSearchCriteria.md

File metadata and controls

16 lines (12 loc) · 1016 Bytes

SuggestSearchCriteria

Properties

Name Type Description Notes
endValue string The end value of the range. This field is used for range search types. [optional]
values string[] A list of values for the search to match against [optional]
startValue string The start value of the range. This field is used for range search types. [optional]
fields string[] Field names to search against [optional]
value string A value for the search to match against [optional]
operator string How to apply this search criteria against other criteria [optional]
group \PureCloudPlatform\Client\V2\Model\SuggestSearchCriteria[] Groups multiple conditions [optional]

[Back to Model list] [Back to API list] [Back to README]