validateOnly property

bool? validateOnly
getter/setter pair

If true, the request is validated but not executed.

Only errors are returned, not results.

Implementation

core.bool? validateOnly;