returnClassifications property
whether or not including classifications in the response
Implementation
@$pb.TagNumber(4)
$core.bool get returnClassifications => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set returnClassifications($core.bool v) { $_setBool(3, v); }