body property

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

The name of the request field whose value is mapped to the HTTP body, or * for mapping all fields not captured by the path pattern to the HTTP body. NOTE: the referred field must not be a repeated field and must be present at the top-level of request message type.

Implementation

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

Implementation

@$pb.TagNumber(7)
set body($core.String value) => $_setString(6, value);