dimension property
Required. The dimension a rule belongs to. Results are also aggregated at
the dimension level. Supported dimensions are "COMPLETENESS",
"ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"
Implementation
@$pb.TagNumber(502)
$core.String get dimension => $_getSZ(10);
Implementation
@$pb.TagNumber(502)
set dimension($core.String v) { $_setString(10, v); }