CreateCustomRoutingEndpointGroupResponse constructor

CreateCustomRoutingEndpointGroupResponse({
  1. CustomRoutingEndpointGroup? endpointGroup,
})

Implementation

CreateCustomRoutingEndpointGroupResponse({
  this.endpointGroup,
});