metrics property

List<String>? metrics
getter/setter pair

Metrics of the SecurityReport.

Example: ["name:bot_count,func:sum,alias:sum_bot_count"]

Implementation

core.List<core.String>? metrics;