isQcReportPublic property
Stores if the associated QC report should be public
Implementation
@$pb.TagNumber(52)
$1.BOOL_FILTER get isQcReportPublic => $_getN(23);
Implementation
@$pb.TagNumber(52)
set isQcReportPublic($1.BOOL_FILTER value) => $_setField(52, value);