rawContent property

String? rawContent
getter/setter pair

Only populated if the response content is not utf-8 encoded.

(by definition byte fields are base64 encoded).

Implementation

core.String? rawContent;