GoogleCloudApigeeV1OperationResponse

data class GoogleCloudApigeeV1OperationResponse(val methods: List<String>, val resource: String)

Represents the pairing of REST resource path and the actions (verbs) allowed on the resource path.

Constructors

Link copied to clipboard
constructor(methods: List<String>, resource: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

methods refers to the REST verbs as in https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html. When none specified, all verb types are allowed.

Link copied to clipboard

REST resource path associated with the API proxy or remote service.