strictMode property

bool? strictMode
getter/setter pair

Can be set for procedures only.

If true (default), the definition body will be validated in the creation and the updates of the procedure. For procedures with an argument of ANY TYPE, the definition body validtion is not supported at creation/update time, and thus this field must be set to false explicitly.

Optional.

Implementation

core.bool? strictMode;