ListCustomRoutingEndpointGroupsResponse constructor
ListCustomRoutingEndpointGroupsResponse({
- List<
CustomRoutingEndpointGroup> ? endpointGroups, - String? nextToken,
Implementation
ListCustomRoutingEndpointGroupsResponse({
this.endpointGroups,
this.nextToken,
});