Sha256: 46b67c61eade53c8651f3f34cbcffaf5af3310b285ec4d9fc3e142a464c65cbc
Contents?: true
Size: 1.71 KB
Versions: 12
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** | 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] | | **property_type** | **String** | Determines the type of the property associated with the condition | [optional] | | **property** | **String** | A value associated with the property type of this condition | [optional] | {: class="table table-striped"}
Version data entries
12 entries across 12 versions & 1 rubygems