# JsonForIssueCommentAddAttachment

Configures an attachment to add to an issue comment in workflows and apps.

## Properties

| Name | Type | Description |
| --- | --- | --- |
| charset |  String  |  The charset of the file. Only applicable to text files.   |
| content |  InputStream, String  |  The content of the file in binary or base64 form.   |
| mimeType |  String  |  The MIME type of the file.   |
| name |  String  |  The name of the file.   |

## See also

[Issue](v1-Issue.html) [entities](v1-entities.html)

