readTime property
The read timestamp at which the delete was observed.
Greater or equal to the commit_time
of the delete.
Implementation
@$pb.TagNumber(4)
$2.Timestamp get readTime => $_getN(1);
Implementation
@$pb.TagNumber(4)
set readTime($2.Timestamp v) {
setField(4, v);
}