Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 773 Bytes

Attachment.md

File metadata and controls

16 lines (11 loc) · 773 Bytes

Attachment

A binary attachment

Properties

Name Type Description Notes
name str The name for the attachment, e.g. the filename
content_type str, none_type The type of binary data [optional]
encoding str, none_type The encoding of content [optional]
content str The binary data as encoded string [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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