softwareConfig property

  1. @TagNumber.new(6)
RuntimeSoftwareConfig get softwareConfig

The config settings for software inside the runtime.

Implementation

@$pb.TagNumber(6)
RuntimeSoftwareConfig get softwareConfig => $_getN(5);
  1. @TagNumber.new(6)
set softwareConfig (RuntimeSoftwareConfig v)

Implementation

@$pb.TagNumber(6)
set softwareConfig(RuntimeSoftwareConfig v) {
  setField(6, v);
}