timestamp property

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

The time the event described by the log entry occurred.

Implementation

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

Implementation

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