Sha256: d61d252d1ba6fbbecd6c307869c513f7f850c6c26bf51d927f79e4ae0113fa73
Contents?: true
Size: 992 Bytes
Versions: 160
Compression:
Stored size: 992 Bytes
Contents
--- title: UserSearchCriteria --- ## PureCloud::UserSearchCriteria ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **end_value** | **String** | The end value of the range. This field is used for range search types. | [optional] | | **values** | **Array<String>** | A list of values for the search to match against | [optional] | | **start_value** | **String** | The start value of the range. This field is used for range search types. | [optional] | | **fields** | **Array<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** | [**Array<UserSearchCriteria>**](UserSearchCriteria.html) | Groups multiple conditions | [optional] | | **type** | **String** | Search Type | | {: class="table table-striped"}
Version data entries
160 entries across 160 versions & 2 rubygems