Sha256: 974c1e7147452aa2a3897f61e8970d0aac82054fb76e82c86fe2e70088f5e842

Contents?: true

Size: 1.45 KB

Versions: 94

Compression:

Stored size: 1.45 KB

Contents

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

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **column** | **String** | Contact list column from the ContactListFilter's contactList. | [optional] |
| **column_type** | **String** | The type of data in the contact column. | [optional] |
| **operator** | **String** | The operator for this ContactListFilterPredicate. | [optional] |
| **value** | **String** | Value with which to compare the contact's data. 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) | A range of values. Required for operators 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

94 entries across 94 versions & 1 rubygems

Version Path
purecloudplatformclientv2-44.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-43.1.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-43.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-42.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-41.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-40.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-39.1.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-39.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-38.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-37.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-36.1.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-36.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-35.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-34.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-33.1.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-33.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-32.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-31.0.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-30.1.0 docs/ContactListFilterPredicate.md
purecloudplatformclientv2-30.0.0 docs/ContactListFilterPredicate.md