responseBodyHtml property

String? responseBodyHtml
getter/setter pair

Response body in HTML format.

Gmail will sanitize the HTML before storing it. If both response_body_plain_text and response_body_html are specified, response_body_html will be used.

Implementation

core.String? responseBodyHtml;