queueTtl property
TTL in queue for this build. If provided and the build is enqueued longer
than this value, the build will expire and the build status will be
EXPIRED
.
The TTL starts ticking from create_time.
Implementation
@$pb.TagNumber(40)
$10.Duration get queueTtl => $_getN(22);
Implementation
@$pb.TagNumber(40)
set queueTtl($10.Duration v) { setField(40, v); }