The parameters for creating an HTML or text file.
| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | The file title for text or HTML file. | |
| content | String | The text or HTML file contents. | [optional] |
| createNewIfExist | Boolean | Specifies whether to create a new text or HTML file if it exists or not. | [optional] |