publishTime property

  1. @TagNumber(4)
Timestamp get publishTime

The time at which the message was published, populated by the server when it receives the Publish call.

Implementation

@$pb.TagNumber(4)
$2.Timestamp get publishTime => $_getN(3);
  1. @TagNumber(4)
set publishTime (Timestamp v)

Implementation

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