validateOnly property

bool? validateOnly
getter/setter pair

If set to "true", the request is a dry run to validate the effect of Defer, the subscription would not be impacted.

Implementation

core.bool? validateOnly;