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