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.
Properties
Link copied to clipboard
The ID of the GA instance with which the endpoint is associated.
Link copied to clipboard
A list of Custom Routing Endpoints. Each element contains the following attributes:
Link copied to clipboard
The ID of the Custom Routing Endpoint Group.
Link copied to clipboard
The ID of the listener with which the endpoint is associated.
Link copied to clipboard
Link copied to clipboard