github.com/grokify/go-ringcentral-client@v0.3.31/engagedigital/v1/client/docs/ContentAttachment.md (about) 1 # ContentAttachment 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **ContentType** | **string** | | [optional] 8 **CreatedAt** | [**time.Time**](time.Time.md) | | [optional] 9 **Embed** | **string** | | [optional] 10 **Filename** | **string** | | [optional] 11 **ForeignId** | **string** | | [optional] 12 **Id** | **string** | | [optional] 13 **Public** | **string** | | [optional] 14 **Size** | **int32** | | [optional] 15 **UpdatedAt** | [**time.Time**](time.Time.md) | | [optional] 16 **Url** | **string** | You can download the attachments by using an API access token with the following URL: https://[your-domain].engagement.dimelo.com/attachments/[attachment_id]?access_token=[your_ access_token] | [optional] 17 18 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 19 20