softwareConfig property
The config settings for software inside the runtime.
Implementation
@$pb.TagNumber(6)
RuntimeSoftwareConfig get softwareConfig => $_getN(5);
Implementation
@$pb.TagNumber(6)
set softwareConfig(RuntimeSoftwareConfig v) {
setField(6, v);
}