validateOnly property
When true, only validation will be performed, without actually registering the domain.
Follows: https://cloud.google.com/apis/design/design_patterns#request_validation
Implementation
core.bool? validateOnly;
When true, only validation will be performed, without actually registering the domain.
Follows: https://cloud.google.com/apis/design/design_patterns#request_validation
core.bool? validateOnly;