increaseToMilliseconds property
- @TagNumber(2)
Sets the ttl to this value only if it is an increase compared to the existing ttl
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get increaseToMilliseconds => $_getI64(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set increaseToMilliseconds($fixnum.Int64 v) {
$_setInt64(1, v);
}