CreateRoutingProfileResponse constructor

CreateRoutingProfileResponse({
  1. String? routingProfileArn,
  2. String? routingProfileId,
})

Implementation

CreateRoutingProfileResponse({
  this.routingProfileArn,
  this.routingProfileId,
});