body property
The HTTP response 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 response body. If the body is not expected, it should be empty.
@$pb.TagNumber(4)
$core.List<$core.int> get body => $_getN(3);