config property

  1. @TagNumber(1)
Struct config

Configuration supplied to the backend at the time it was instructed to run this build.

Implementation

@$pb.TagNumber(1)
$5.Struct get config => $_getN(0);
  1. @TagNumber(1)
void config=(Struct v)

Implementation

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