# PatchedImageAttachmentRequest
## Properties
**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**content_type** | Option<**String**> | | [optional]
**object_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**image** | Option<[**std::path::PathBuf**](std::path::PathBuf.md)> | | [optional]
**image_height** | Option<**i32**> | | [optional]
**image_width** | Option<**i32**> | | [optional]
**name** | Option<**String**> | | [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)