docs/VoicemailMessage.md in purecloudplatformclientv2-5.1.1 vs docs/VoicemailMessage.md in purecloudplatformclientv2-6.0.0
- old
+ new
@@ -17,11 +17,12 @@
| **caller_address** | **String** | The caller address | [optional] |
| **caller_name** | **String** | Optionally the name of the caller that left the voicemail message if the caller was a known user | [optional] |
| **caller_user** | [**User**](User.html) | Optionally the user that left the voicemail message if the caller was a known user | [optional] |
| **deleted** | **BOOLEAN** | Whether the voicemail message has been marked as deleted | [optional] |
| **note** | **String** | An optional note | [optional] |
-| **user** | [**User**](User.html) | The user that the voicemail message belongs to or null which means the voicemail message belongs to a group | [optional] |
-| **group** | [**Group**](Group.html) | The group that the voicemail message belongs to or null which means the voicemail message belongs to a user | [optional] |
+| **user** | [**User**](User.html) | The user that the voicemail message belongs to or null which means the voicemail message belongs to a group or queue | [optional] |
+| **group** | [**Group**](Group.html) | The group that the voicemail message belongs to or null which means the voicemail message belongs to a user or queue | [optional] |
+| **queue** | [**Queue**](Queue.html) | The queue that the voicemail message belongs to or null which means the voicemail message belongs to a user or group | [optional] |
| **copied_from** | [**VoicemailCopyRecord**](VoicemailCopyRecord.html) | Represents where this voicemail message was copied from | [optional] |
| **copied_to** | [**Array<VoicemailCopyRecord>**](VoicemailCopyRecord.html) | Represents where this voicemail has been copied to | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}