Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.13 KB

File metadata and controls

18 lines (14 loc) · 1.13 KB

Attachment

Provides link to attachment.

Properties

Name Type Description Notes
links list[Link] Link to the document. [optional]
description str Gets text associated with the attachment. [optional]
mime_type str Gets subtype of the attachment file. [optional]
name str Gets the name of the attachment. [optional]
creation_date str The date and time when the embedded file was created. [optional]
modification_date str The date and time when the embedded file was last modified. [optional]
size int The size of the uncompressed embedded file, in bytes.
check_sum str A 16-byte string that is the checksum of the bytes of the uncompressed embedded file. The checksum is calculated by applying the standard MD5 message-digest algorithm to the bytes of the embedded file stream. [optional]

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