responseBody property

String? responseBody
getter/setter pair

The name of the response field whose value is mapped to the HTTP response body.

When omitted, the entire response message will be used as the HTTP response body. NOTE: The referred field must be present at the top-level of the response message type.

Optional.

Implementation

core.String? responseBody;