BackendResponse

data class BackendResponse(val rules: List<BackendRuleResponse>)

Backend defines the backend configuration for a service.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.