Sha256: 86eec736c28d9073a0d58976ca1a52eaa29ea119ed7cea848a4ddc977ef8d70c

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 KB

Contents

---
title: Condition
---
## PureCloud::Condition

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **type** | **String** | The type of the condition | [optional] |
| **inverted** | **BOOLEAN** | Indicates whether to evaluate for the opposite of the stated condition; default is false | [optional] |
| **attribute_name** | **String** | An attribute name associated with the condition (applies only to certain rule conditions) | [optional] |
| **value** | **String** | A value associated with the condition. 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] |
| **value_type** | **String** | Determines the type of the value associated with the condition | [optional] |
| **operator** | **String** | An operation type for condition evaluation | [optional] |
| **codes** | **Array<String>** | List of wrap-up code identifiers (used only in conditions of type 'wrapupCondition') | [optional] |
{: class="table table-striped"}


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
purecloudplatformclientv2-8.0.0 docs/Condition.md
purecloudplatformclientv2-7.0.0 docs/Condition.md