Custom RPAction Route Definition Response
data class CustomRPActionRouteDefinitionResponse(val endpoint: String, val name: String, val routingType: String? = null)
The route definition for an action implemented by the custom resource provider.
Constructors
Link copied to clipboard
fun CustomRPActionRouteDefinitionResponse(endpoint: String, name: String, routingType: String? = null)