validateOnly property

  1. @TagNumber(3)
bool validateOnly

If set, validate the request and preview the undeleted CustomClass, but do not actually undelete it.

Implementation

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

Implementation

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