modificationTimestampEnd property

  1. @TagNumber.new(104)
Int64 get modificationTimestampEnd

The maximum timestamp that needs to be considered to filter by modification

Implementation

@$pb.TagNumber(104)
$fixnum.Int64 get modificationTimestampEnd => $_getI64(25);
  1. @TagNumber.new(104)
set modificationTimestampEnd (Int64 value)

Implementation

@$pb.TagNumber(104)
set modificationTimestampEnd($fixnum.Int64 value) => $_setInt64(25, value);