modificationTimestampEnd property
- @TagNumber.new(104)
@optional
@description Filter records modified ON or BEFORE this UNIX timestamp.
@example 1704067199
@regex ^0-9+$
@format Non-negative integer.
Implementation
@$pb.TagNumber(104)
$fixnum.Int64 get modificationTimestampEnd => $_getI64(17);
- @TagNumber.new(104)
Implementation
@$pb.TagNumber(104)
set modificationTimestampEnd($fixnum.Int64 value) => $_setInt64(17, value);