DScannerIniSection

An ini section of the dscanner.ini which is written in form name

@serdeIgnoreUnexpectedKeys
struct DScannerIniSection {}

Members

Variables

description
string description;

A textual human readable description of the section

features
DScannerIniFeature[] features;

Features which are children of this section

name
string name;

The name of the section as written in the ini

Meta