body property

  1. @TagNumber.new(7)
String get body

The name of the request field whose value is mapped to the HTTP request body, or * for mapping all request fields not captured by the path pattern to the HTTP body, or omitted for not having any HTTP request body.

NOTE: the referred field must be present at the top-level of the request message type.

Implementation

@$pb.TagNumber(7)
$core.String get body => $_getSZ(6);
  1. @TagNumber.new(7)
set body (String v)

Implementation

@$pb.TagNumber(7)
set body($core.String v) { $_setString(6, v); }