timestamp property
The time the event described by the log entry occurred.
Implementation
@$pb.TagNumber(9)
$2.Timestamp get timestamp => $_getN(3);
Implementation
@$pb.TagNumber(9)
set timestamp($2.Timestamp v) {
setField(9, v);
}
The time the event described by the log entry occurred.
@$pb.TagNumber(9)
$2.Timestamp get timestamp => $_getN(3);
@$pb.TagNumber(9)
set timestamp($2.Timestamp v) {
setField(9, v);
}