Provides link to attachment.
| 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] |