Sha256: 93867332b7b0dabf03334a87f55c961ddbb223c4e1d9f1056dbe5a8b4042d715
Contents?: true
Size: 1.35 KB
Versions: 56
Compression:
Stored size: 1.35 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. Not used for a DataActionCondition. | [optional] | | **value_type** | **String** | The type of the value associated with this Condition. Not used for a DataActionCondition. | [optional] | | **operator** | **String** | An operation with which to evaluate the Condition. Not used for a DataActionCondition. | [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. Required for a contactPropertyCondition. | [optional] | {: class="table table-striped"}
Version data entries
56 entries across 56 versions & 1 rubygems