timestamp property

  1. @TagNumber(9)
Timestamp timestamp

The time the event described by the log entry occurred.

Implementation

@$pb.TagNumber(9)
$2.Timestamp get timestamp => $_getN(3);
  1. @TagNumber(9)
void timestamp=(Timestamp v)

Implementation

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