docs/Queue.md in purecloudplatformclientv2-33.1.0 vs docs/Queue.md in purecloudplatformclientv2-34.0.0
- old
+ new
@@ -7,12 +7,12 @@
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | | [optional] |
+| **division** | [**UriReference**](UriReference.html) | The division to which this entity belongs. | [optional] |
| **description** | **String** | The queue description. | [optional] |
| **version** | **Integer** | The current version of the queue. | [optional] |
-| **division** | [**UriReference**](UriReference.html) | The division to which this queue belongs. | [optional] |
| **date_created** | **DateTime** | The date the queue was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **date_modified** | **DateTime** | The date of the last modification to the queue. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **modified_by** | **String** | The ID of the user that last modified the queue. | [optional] |
| **created_by** | **String** | The ID of the user that created the queue. | [optional] |
| **state** | **String** | Indicates if the queue is active, inactive, or deleted. | [optional] |