time property
The timestamp when the destination service generates the first byte of
the response.
Implementation
@$pb.TagNumber(4)
$2.Timestamp get time => $_getN(3);
Implementation
@$pb.TagNumber(4)
set time($2.Timestamp v) { setField(4, v); }
The timestamp when the destination service generates the first byte of
the response.
@$pb.TagNumber(4)
$2.Timestamp get time => $_getN(3);
@$pb.TagNumber(4)
set time($2.Timestamp v) { setField(4, v); }