ttlAfterCompletionDays property
Job time to live value in days, which will be effective after job completion. Job should be deleted automatically after the given TTL. Enter a value between 1 and 90. The default is 30.
Implementation
@$pb.TagNumber(15)
$core.int get ttlAfterCompletionDays => $_getIZ(6);
Implementation
@$pb.TagNumber(15)
set ttlAfterCompletionDays($core.int v) { $_setSignedInt32(6, v); }