contentOption property
How the detailed content should be returned.
Default option is to return the content as a pre-rendered HTML text.
Optional. Possible string values are:
- "CONTENT_OPTION_UNSPECIFIED" : Default value. Will never be provided by the API.
- "PRE_RENDERED_HTML" : Returns the detail of the issue as a pre-rendered HTML text.
Implementation
core.String? contentOption;