maxTtlSeconds property
- @TagNumber(4)
The maximum TTL allowed for a single item, in seconds
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get maxTtlSeconds => $_getI64(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set maxTtlSeconds($fixnum.Int64 v) {
$_setInt64(3, v);
}