Sha256: b1a8a8aad2a3f6458814c66ce6316ab3ca09de2a2fb0a3fc1de6f7ba83c3a8ba
Contents?: true
Size: 1.71 KB
Versions: 38
Compression:
Stored size: 1.71 KB
Contents
--- title: Condition --- ## PureCloud::Condition ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **type** | **String** | The type of the condition. | [optional] | | **inverted** | **BOOLEAN** | If true, inverts the result of evaluating this Condition. Default is false. | [optional] | | **attribute_name** | **String** | An attribute name associated with this Condition. Required for a contactAttributeCondition. | [optional] | | **value** | **String** | A value associated with this 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** | The type of the value associated with this Condition. | [optional] | | **operator** | **String** | An operation with which to evaluate the Condition. | [optional] | | **codes** | **Array<String>** | List of wrap-up code identifiers. Required for a wrapupCondition. | [optional] | | **property** | **String** | A value associated with the property type of this Condition. Required for a contactPropertyCondition. | [optional] | | **property_type** | **String** | The type of the property associated with this Condition. | [optional] | {: class="table table-striped"}
Version data entries
38 entries across 38 versions & 1 rubygems