GetRequestValidatorPlainArgs

data class GetRequestValidatorPlainArgs(val requestValidatorId: String, val restApiId: String) : ConvertibleToJava<GetRequestValidatorPlainArgs>

Constructors

Link copied to clipboard
constructor(requestValidatorId: String, restApiId: String)

Properties

Link copied to clipboard

The ID for the request validator. For example: abc123 .

Link copied to clipboard

The string identifier of the associated RestApi.

Functions

Link copied to clipboard
open override fun toJava(): GetRequestValidatorPlainArgs