time property
The timestamp when the destination service receives the last byte of
the request.
Implementation
@$pb.TagNumber(9)
$2.Timestamp get time => $_getN(7);
Implementation
@$pb.TagNumber(9)
set time($2.Timestamp value) => $_setField(9, value);