Provides link to attachment.
| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<Link> | Link to the document. | [optional] |
| description | String | Gets text associated with the attachment. | [optional] |
| mime_type | String | Gets subtype of the attachment file. | [optional] |
| name | String | Gets the name of the attachment. | [optional] |
| creation_date | String | The date and time when the embedded file was created. | [optional] |
| modification_date | String | The date and time when the embedded file was last modified. | [optional] |
| size | Integer | The size of the uncompressed embedded file, in bytes. | |
| check_sum | String | 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] |