timestamp property

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

The time the event described by the log entry occurred. If omitted, defaults to operation start time.

Implementation

@$pb.TagNumber(11)
$2.Timestamp get timestamp => $_getN(5);
  1. @TagNumber.new(11)
set timestamp (Timestamp value)

Implementation

@$pb.TagNumber(11)
set timestamp($2.Timestamp value) => $_setField(11, value);