ListRoutingProfileQueuesResponse constructor
ListRoutingProfileQueuesResponse({
- String? nextToken,
- List<
RoutingProfileQueueConfigSummary> ? routingProfileQueueConfigSummaryList,
Implementation
ListRoutingProfileQueuesResponse({
this.nextToken,
this.routingProfileQueueConfigSummaryList,
});