customProcessorSourceInfo property
Source info for customer created processor.
Implementation
@$pb.TagNumber(7)
CustomProcessorSourceInfo get customProcessorSourceInfo => $_getN(6);
Implementation
@$pb.TagNumber(7)
set customProcessorSourceInfo(CustomProcessorSourceInfo v) {
setField(7, v);
}