status property
The response code indicating the status of the response. Examples: 200, 404.
Implementation
@$pb.TagNumber(4)
$core.int get status => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set status($core.int value) => $_setSignedInt32(3, value);