queue property
Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.
Implementation
final String? queue;
Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.
final String? queue;