creationTimestampStart property

  1. @TagNumber.new(101)
Int64 get creationTimestampStart

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

Implementation

@$pb.TagNumber(101)
$fixnum.Int64 get creationTimestampStart => $_getI64(6);
  1. @TagNumber.new(101)
set creationTimestampStart (Int64 value)

Implementation

@$pb.TagNumber(101)
set creationTimestampStart($fixnum.Int64 value) => $_setInt64(6, value);