timestamp property
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);
Implementation
@$pb.TagNumber(11)
set timestamp($2.Timestamp value) => $_setField(11, value);