queue property

String? queue
final

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;