--- title: VoicemailMessage --- ## PureCloud::VoicemailMessage ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **conversation** | [**Conversation**](Conversation.html) | The conversation that the voicemail message is associated with | [optional] | | **read** | **BOOLEAN** | Whether the voicemail message is marked as read | [optional] [default to false]| | **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] | | **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] [default to false]| | **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] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}