config property

  1. @TagNumber.new(5)
JobConfig get config

The configuration for this job.

Implementation

@$pb.TagNumber(5)
JobConfig get config => $_getN(1);
  1. @TagNumber.new(5)
set config (JobConfig v)

Implementation

@$pb.TagNumber(5)
set config(JobConfig v) { setField(5, v); }