time property

  1. @TagNumber.new(4)
Timestamp get time

The timestamp when the destination service sends the last byte of the response.

Implementation

@$pb.TagNumber(4)
$18.Timestamp get time => $_getN(3);
  1. @TagNumber.new(4)
set time (Timestamp v)

Implementation

@$pb.TagNumber(4)
set time($18.Timestamp v) {
  setField(4, v);
}