DescribeRoutingProfileResponse constructor

DescribeRoutingProfileResponse({
  1. RoutingProfile? routingProfile,
})

Implementation

DescribeRoutingProfileResponse({
  this.routingProfile,
});