creationTimestampEnd property

  1. @TagNumber.new(102)
Int64 get creationTimestampEnd

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

Implementation

@$pb.TagNumber(102)
$fixnum.Int64 get creationTimestampEnd => $_getI64(11);
  1. @TagNumber.new(102)
set creationTimestampEnd (Int64 value)

Implementation

@$pb.TagNumber(102)
set creationTimestampEnd($fixnum.Int64 value) => $_setInt64(11, value);