column property
Optional. The unnested column which this rule is evaluated against.
Implementation
@$pb.TagNumber(500)
$core.String get column => $_getSZ(8);
Implementation
@$pb.TagNumber(500)
set column($core.String v) { $_setString(8, v); }
Optional. The unnested column which this rule is evaluated against.
@$pb.TagNumber(500)
$core.String get column => $_getSZ(8);
@$pb.TagNumber(500)
set column($core.String v) { $_setString(8, v); }