customProcessorSourceInfo property

  1. @TagNumber.new(7)
CustomProcessorSourceInfo get customProcessorSourceInfo

Source info for customer created processor.

Implementation

@$pb.TagNumber(7)
CustomProcessorSourceInfo get customProcessorSourceInfo => $_getN(6);
  1. @TagNumber.new(7)
set customProcessorSourceInfo (CustomProcessorSourceInfo v)

Implementation

@$pb.TagNumber(7)
set customProcessorSourceInfo(CustomProcessorSourceInfo v) {
  setField(7, v);
}