responseBodyPlainText property

String? responseBodyPlainText
getter/setter pair

Response body in plain text format.

If both response_body_plain_text and response_body_html are specified, response_body_html will be used.

Implementation

core.String? responseBodyPlainText;