decreaseToMilliseconds property
- @TagNumber(3)
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);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set decreaseToMilliseconds($fixnum.Int64 v) {
$_setInt64(2, v);
}