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 "
When the value of the allowProtectedProps parameter is:
-
false, protected properties on components are not included in the OpenAPI specification
-
true, protected properties on components are included in the OpenAPI specification
2020.0.02 and higher