validateOnly property

bool? validateOnly
getter/setter pair

For testing purposes.

If true, the request is validated but not executed. Only errors are returned, not results.

Optional.

Implementation

core.bool? validateOnly;