--- title: RuleSet --- ## PureCloud::RuleSet ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **date_created** | **DateTime** | creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **date_modified** | **DateTime** | last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **version** | **Integer** | required for updates, must match the version number of the most recent update | [optional] | | **contact_list** | [**UriReference**](UriReference.html) | | [optional] | | **queue** | [**UriReference**](UriReference.html) | | [optional] | | **rules** | [**Array<DialerRule>**](DialerRule.html) | | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}