Http Response
data class HttpResponse(val fullyDecodeReservedExpansion: Boolean, val rules: List<HttpRuleResponse>)
Defines the HTTP configuration for an API service. It contains a list of HttpRule, each specifying the mapping of an RPC method to one or more HTTP REST API methods.