body property
The HTTP request body. If the body is not expected, it should be empty.
Implementation
@$pb.TagNumber(4)
$core.List<$core.int> get body => $_getN(3);
The HTTP request body. If the body is not expected, it should be empty.
@$pb.TagNumber(4)
$core.List<$core.int> get body => $_getN(3);