queue property

String? queue
getter/setter pair

Queue name to fetch items from.

If unspecified, PollItems will fetch from 'default' queue. The maximum length is 100 characters.

Implementation

core.String? queue;