publishTime property
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);
Implementation
@$pb.TagNumber(4)
set publishTime($2.Timestamp v) {
setField(4, v);
}