DScannerIniFeature

A single feature in a dscanner.ini which can be turned on/off

@serdeIgnoreUnexpectedKeys
struct DScannerIniFeature {}

Members

Variables

description
string description;

A textual human readable description of the value

enabled
string enabled;

disabled | enabled | skip-unittest

name
string name;

The name of the value

Meta