Metadata about an email attachment.
| Name | Type | Required | Description |
|---|---|---|---|
| attachment_index | int | Yes | The index of the attachment in the email. |
| file_name | Optional[str] | No | The file name of the attachment, if available. |
| mime_type | str | Yes | The verified MIME type of the attachment. |