rules property
A list of all the rules in a job, and their results.
Implementation
@$pb.TagNumber(3)
$core.List<DataQualityRuleResult> get rules => $_getList(1);
A list of all the rules in a job, and their results.
@$pb.TagNumber(3)
$core.List<DataQualityRuleResult> get rules => $_getList(1);