queueTtl property

String? queueTtl
getter/setter pair

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

core.String? queueTtl;