responseBody property

  1. @TagNumber.new(12)
String get responseBody

Optional. The name of the response field whose value is mapped to the HTTP body of response. Other response fields are ignored. When not set, the response message will be used as HTTP body of response.

Implementation

@$pb.TagNumber(12)
$core.String get responseBody => $_getSZ(9);
  1. @TagNumber.new(12)
set responseBody (String value)

Implementation

@$pb.TagNumber(12)
set responseBody($core.String value) => $_setString(9, value);