Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 796 Bytes

AttachmentBody.md

File metadata and controls

12 lines (8 loc) · 796 Bytes

AttachmentBody

Properties

Name Type Description Notes
Name string A name used by the caller of the API to describe the Attachment; does not have to be unique; should not be relied upon to uniquely identify the Attachment; defaults to the empty string ("") [optional]
ContentType string The media type (a.k.a. MIME type) of the content; defaults to 'application/x-binary' [optional]
Content string The representation of the Attachment in standard base64 encoding without padding (see RFC-4648)

[Back to Model list] [Back to API list] [Back to README]