setProtectedPropsAllowed

setProtectedPropsAllowed(allowProtectedProps: Boolean) updating;

The setProtectedPropsAllowed method of the JadeOpenAPIGenerator class specifies whether properties that are marked as protected on components are included in the OpenAPI specification.

In this instance, a component is a Jade object that is a parameter or returned by Jade REST methods (see "GET Method Example" in the REST Services White Paper, for an example of a Jade REST method).

When the value of the allowProtectedProps parameter is:

2020.0.02 and higher