creationTimestampStart property
- @TagNumber.new(101)
The minimum timestamp that needs to be considered to filter by creation
Implementation
@$pb.TagNumber(101)
$fixnum.Int64 get creationTimestampStart => $_getI64(18);
- @TagNumber.new(101)
Implementation
@$pb.TagNumber(101)
set creationTimestampStart($fixnum.Int64 value) => $_setInt64(18, value);