ttlAfterCompletionDays property

int? ttlAfterCompletionDays
getter/setter pair

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

core.int? ttlAfterCompletionDays;