time property

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

The timestamp when the destination service receives the last byte of the request.

Implementation

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

Implementation

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