receiveTimestamp property
The time the log entry was received by Logging.
Implementation
@$pb.TagNumber(24)
$2.Timestamp get receiveTimestamp => $_getN(9);
Implementation
@$pb.TagNumber(24)
set receiveTimestamp($2.Timestamp v) { setField(24, v); }