docs/VoicemailMessage.md in purecloudplatformclientv2-14.1.0 vs docs/VoicemailMessage.md in purecloudplatformclientv2-15.0.0
- old
+ new
@@ -12,20 +12,21 @@
| **read** | **BOOLEAN** | Whether the voicemail message is marked as read | [optional] |
| **audio_recording_duration_seconds** | **Integer** | The voicemail message's audio recording duration in seconds | [optional] |
| **audio_recording_size_bytes** | **Integer** | The voicemail message's audio recording size in bytes | [optional] |
| **created_date** | **DateTime** | The date the voicemail message was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **modified_date** | **DateTime** | The date the voicemail message was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
+| **deleted_date** | **DateTime** | The date the voicemail message deleted property was set to true. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **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 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] |
-| **retention_policy** | [**VoicemailRetentionPolicy**](VoicemailRetentionPolicy.html) | The retention policy for this voicemail | [optional] |
+| **delete_retention_policy** | [**VoicemailRetentionPolicy**](VoicemailRetentionPolicy.html) | The retention policy for this voicemail when deleted is set to true | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}