timestampValue property
A timestamp value.
Precise only to microseconds. When stored, any additional precision is rounded down.
Implementation
@$pb.TagNumber(10)
$0.Timestamp get timestampValue => $_getN(7);
Implementation
@$pb.TagNumber(10)
set timestampValue($0.Timestamp v) {
setField(10, v);
}