Sha256: 034bcb93b9ab48ccf5985cce0711834097f5fdebcc13855319c91ace9f669b32

Contents?: true

Size: 1.47 KB

Versions: 13

Compression:

Stored size: 1.47 KB

Contents

---
title: ContactListFilterPredicate
---
## PureCloud::ContactListFilterPredicate

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **column** | **String** | Contact List column that must match a contact list column in the ContactListFilter's contactList object | [optional] |
| **column_type** | **String** | Whether the contact column contains numeric or alphabetic data | [optional] |
| **operator** | **String** |  | [optional] |
| **value** | **String** | Contact List value to operate on. This could be text, a number, or a relative time. A value for relative time should follow the format PxxDTyyHzzM, where xx, yy, and zz specify the days, hours and minutes. For example, a value of P01DT08H30M corresponds to 1 day, 8 hours, and 30 minutes from now. To specify a time in the past, include a negative sign before each numeric value. For example, a value of P-01DT-08H-30M corresponds to 1 day, 8 hours, and 30 minutes in the past. You can also do things like P01DT00H-30M, which would correspond to 23 hours and 30 minutes from now (1 day - 30 minutes). | [optional] |
| **range** | [**ContactListFilterRange**](ContactListFilterRange.html) | Range is only required for ContactListFilterComparisonOperator's BETWEEN and IN | [optional] |
| **inverted** | **BOOLEAN** | Inverts the result of the predicate (i.e., if the predicate returns true, inverting it will return false). | [optional] |
{: class="table table-striped"}


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
purecloudplatformclientv2-18.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-17.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-16.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-15.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-14.1.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-14.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-13.1.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-13.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-12.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-11.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-10.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-9.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-8.0.0 docs/ContactListFilterPredicate.md