GetRequestValidatorResult

data class GetRequestValidatorResult(val requestValidatorId: String? = null, val validateRequestBody: Boolean? = null, val validateRequestParameters: Boolean? = null)

Constructors

Link copied to clipboard
fun GetRequestValidatorResult(requestValidatorId: String? = null, validateRequestBody: Boolean? = null, validateRequestParameters: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the request validator.

Link copied to clipboard

Indicates whether to validate the request body according to the configured schema for the targeted API and method.

Link copied to clipboard

Indicates whether to validate request parameters.