GetGatewayResponseResult

data class GetGatewayResponseResult(val id: String? = null, val responseParameters: Map<String, String>? = null, val responseTemplates: Map<String, String>? = null, val statusCode: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, responseParameters: Map<String, String>? = null, responseTemplates: Map<String, String>? = null, statusCode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID for the gateway response. For example: abc123 .

Link copied to clipboard

Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.

Link copied to clipboard

Response templates of the GatewayResponse as a string-to-string map of key-value pairs.

Link copied to clipboard
val statusCode: String? = null

The HTTP status code for this GatewayResponse.