modificationTimestampStart property

  1. @TagNumber.new(103)
Int64 get modificationTimestampStart

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

Implementation

@$pb.TagNumber(103)
$fixnum.Int64 get modificationTimestampStart => $_getI64(18);
  1. @TagNumber.new(103)
set modificationTimestampStart (Int64 value)

Implementation

@$pb.TagNumber(103)
set modificationTimestampStart($fixnum.Int64 value) => $_setInt64(18, value);