Sha256: 86cabde3e7b393fbb3712d36a98af488a9e232ae376a206aec7d85b14049d9c6
Contents?: true
Size: 782 Bytes
Versions: 94
Compression:
Stored size: 782 Bytes
Contents
--- title: ContactListFilterRange --- ## PureCloud::ContactListFilterRange ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **min** | **String** | The minimum value of the range. Required for the operator BETWEEN. | [optional] | | **max** | **String** | The maximum value of the range. Required for the operator BETWEEN. | [optional] | | **min_inclusive** | **BOOLEAN** | Whether or not to include the minimum in the range. | [optional] | | **max_inclusive** | **BOOLEAN** | Whether or not to include the maximum in the range. | [optional] | | **in_set** | **Array<String>** | A set of values that the contact data should be in. Required for the IN operator. | [optional] | {: class="table table-striped"}
Version data entries
94 entries across 94 versions & 1 rubygems