time property
The timestamp when the destination service sends the last byte of
the response.
Implementation
@$pb.TagNumber(4)
$2.Timestamp get time => $_getN(3);
Implementation
@$pb.TagNumber(4)
set time($2.Timestamp value) => $_setField(4, value);