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