bitbucket-api-client-lib

IssueContent

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- raw | String | The text as it was typed by a user. | [optional] markup | MarkupEnum | The type of markup language the raw content is to be interpreted in. | [optional] html | String | The user's content rendered as HTML. | [optional]

Enum: MarkupEnum

Name | Value —- | —– MARKDOWN | "markdown" CREOLE | "creole" PLAINTEXT | "plaintext"