The primary data object in the get-multiple-rulesets request, containing request attributes and resource type.

Hierarchy

  • GetMultipleRulesetsRequestData

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 request attributes for fetching multiple rulesets, specifying which rulesets to retrieve and what data to include.

id?: string

An optional identifier for the get-multiple-rulesets request resource.

Get multiple rulesets request resource type.

Generated using TypeDoc