ListCustomRoutingEndpointGroupsResponse constructor

ListCustomRoutingEndpointGroupsResponse({
  1. List<CustomRoutingEndpointGroup>? endpointGroups,
  2. String? nextToken,
})

Implementation

ListCustomRoutingEndpointGroupsResponse({
  this.endpointGroups,
  this.nextToken,
});