Builder

class Builder

Properties

Link copied to clipboard
var failed: Int?

The number of rules that failed.

Link copied to clipboard
var info: Int?

The number of rules that returned informational results.

Link copied to clipboard
var passed: Int?

The number of rules that passed.

Link copied to clipboard
var unknown: Int?

The number of rules with unknown status.

Link copied to clipboard
var warning: Int?

The number of rules that returned warnings.