ttlSeconds property

  1. @TagNumber.new(2)
int get ttlSeconds

Suggested TTL in seconds — client should re-fetch before this

Implementation

@$pb.TagNumber(2)
$core.int get ttlSeconds => $_getIZ(1);
  1. @TagNumber.new(2)
set ttlSeconds (int v)

Implementation

@$pb.TagNumber(2)
set ttlSeconds($core.int v) { $_setSignedInt32(1, v); }