# ServiceUploadDocument
## Properties
**content_type** | **String** | The content type of the to-be-uploaded file |
**content_length** | **f64** | The content length of the to-be-uploaded file |
**content_md5** | Option<**String**> | An MD5 hash of the content to be submitted to the upload destination. This value is used to determine if the data has been corrupted or tampered with during transit. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)