validateOnly property

  1. @TagNumber(2)
bool validateOnly

If set, validate the request and preview the deleted CustomClass, but do not actually delete it.

Implementation

@$pb.TagNumber(2)
$core.bool get validateOnly => $_getBF(1);
  1. @TagNumber(2)
void validateOnly=(bool v)

Implementation

@$pb.TagNumber(2)
set validateOnly($core.bool v) {
  $_setBool(1, v);
}