Class GetMultipleRulesetsResponseDataAttributesRulesetsItems

A ruleset returned in the response, containing its metadata and associated rules.

Hierarchy

  • GetMultipleRulesetsResponseDataAttributesRulesetsItems

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The resource identifier and type for a ruleset.

description?: string

A detailed description of the ruleset's purpose and the types of issues it targets.

name?: string

The unique name of the ruleset.

The list of static analysis rules included in this ruleset.

shortDescription?: string

A brief summary of the ruleset, suitable for display in listings.

Generated using TypeDoc