--- title: Document --- ## PureCloud::Document ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **change_number** | **Integer** | | [optional] | | **date_created** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **date_uploaded** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **content_uri** | **String** | | [optional] | | **workspace** | [**UriReference**](UriReference.html) | | [optional] | | **created_by** | [**UriReference**](UriReference.html) | | [optional] | | **uploaded_by** | [**UriReference**](UriReference.html) | | [optional] | | **content_type** | **String** | | [optional] | | **content_length** | **Integer** | | [optional] | | **system_type** | **String** | | [optional] | | **filename** | **String** | | [optional] | | **page_count** | **Integer** | | [optional] | | **read** | **BOOLEAN** | | [optional] [default to false]| | **caller_address** | **String** | | [optional] | | **receiver_address** | **String** | | [optional] | | **tags** | **Array<String>** | | [optional] | | **tag_values** | [**Array<TagValue>**](TagValue.html) | | [optional] | | **attributes** | [**Array<DocumentAttribute>**](DocumentAttribute.html) | | [optional] | | **thumbnails** | [**Array<DocumentThumbnail>**](DocumentThumbnail.html) | | [optional] | | **upload_status** | [**UriReference**](UriReference.html) | | [optional] | | **upload_destination_uri** | **String** | | [optional] | | **upload_method** | **String** | | [optional] | | **lock_info** | [**LockInfo**](LockInfo.html) | | [optional] | | **acl** | **Array<String>** | A list of permitted action rights for the user making the request | [optional] | | **sharing_status** | **String** | | [optional] | | **sharing_uri** | **String** | | [optional] | | **download_sharing_uri** | **String** | | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}