# SendSmtpEmailAttachmentInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **url** | Option<**String**> | Absolute url of the attachment (no local file). | [optional] **content** | Option<**String**> | Base64 encoded chunk data of the attachment generated on the fly | [optional] **name** | Option<**String**> | Required if content is passed. Name of the attachment | [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)