Get Custom Routing Endpoints Result
data class GetCustomRoutingEndpointsResult(val acceleratorId: String, val customRoutingEndpoints: List<GetCustomRoutingEndpointsCustomRoutingEndpoint>, val endpointGroupId: String? = null, val id: String, val ids: List<String>, val listenerId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null)
A collection of values returned by getCustomRoutingEndpoints.
Constructors
Link copied to clipboard
fun GetCustomRoutingEndpointsResult(acceleratorId: String, customRoutingEndpoints: List<GetCustomRoutingEndpointsCustomRoutingEndpoint>, endpointGroupId: String? = null, id: String, ids: List<String>, listenerId: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null)