ListQueuesResponse constructor

ListQueuesResponse({
  1. String? nextToken,
  2. List<Queue>? queues,
})

Implementation

ListQueuesResponse({
  this.nextToken,
  this.queues,
});