--- title: AutomateQueue --- ## PureCloud::AutomateQueue ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **description** | **String** | The description for the queue object. | [optional] | | **members** | [**Array<User>**](User.html) | The members for the queue object. | [optional] | | **last_update_time** | **DateTime** | The last time that the queue was updated. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **last_update_user** | [**User**](User.html) | The user who last performed an update. | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}