Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 656 Bytes

AttachmentBody.md

File metadata and controls

12 lines (7 loc) · 656 Bytes

AttachmentBody

Properties

Name Type Description Notes
name kotlin.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 kotlin.String The media type (a.k.a. MIME type) of the content; defaults to 'application/x-binary' [optional]
content kotlin.String The representation of the Attachment in standard base64 encoding without padding (see RFC-4648)