Get Request Validator Result
data class GetRequestValidatorResult(val requestValidatorId: String? = null, val validateRequestBody: Boolean? = null, val validateRequestParameters: Boolean? = null)
Properties
Link copied to clipboard
The ID for the request validator. For example: abc123
.
Link copied to clipboard
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
Link copied to clipboard
A Boolean flag to indicate whether to validate request parameters (`true`
) or not (`false`
).