Class GetMultipleRulesetsRequestDataAttributes

The request attributes for fetching multiple rulesets, specifying which rulesets to retrieve and what data to include.

Hierarchy

  • GetMultipleRulesetsRequestDataAttributes

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
includeTestingRules?: boolean

When true, rules that are available in testing mode are included in the response.

includeTests?: boolean

When true, test cases associated with each rule are included in the response.

rulesets?: string[]

The list of ruleset names to retrieve.

Generated using TypeDoc