validateOnly property

bool? validateOnly
getter/setter pair

If set, upload will not happen and the labels will be validated.

If not set, then default behavior will be to upload the labels after validation is complete.

Optional.

Implementation

core.bool? validateOnly;