Builder

class Builder

Properties

Link copied to clipboard
var name: String?

The name of the to-be-created RequestValidator.

Link copied to clipboard

The string identifier of the associated RestApi.

Link copied to clipboard

A Boolean flag to indicate whether to validate request body according to the configured model schema for the method (true) or not (false).

Link copied to clipboard

A Boolean flag to indicate whether to validate request parameters, true, or not false.