docs/MessageMedia.md in purecloudplatformclientv2-35.0.0 vs docs/MessageMedia.md in purecloudplatformclientv2-36.0.0
- old
+ new
@@ -7,8 +7,11 @@
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **url** | **String** | The location of the media, useful for retrieving it | [optional] |
| **media_type** | **String** | The optional internet media type of the the media object. If null then the media type should be dictated by the url | [optional] |
+| **content_length_bytes** | **Integer** | The optional content length of the the media object, in bytes. | [optional] |
+| **name** | **String** | The optional name of the the media object. | [optional] |
+| **id** | **String** | The optional id of the the media object. | [optional] |
{: class="table table-striped"}