decreaseToMilliseconds property

  1. @TagNumber(3)
Int64 decreaseToMilliseconds

Sets the ttl to this value only if it is a decrease compared to the existing ttl

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get decreaseToMilliseconds => $_getI64(2);
  1. @TagNumber(3)
void decreaseToMilliseconds=(Int64 v)

Implementation

@$pb.TagNumber(3)
set decreaseToMilliseconds($fixnum.Int64 v) {
  $_setInt64(2, v);
}