Class ResolveVulnerableSymbolsResponseData

The data object in a response for resolving vulnerable symbols, containing the result attributes and response type.

Hierarchy

  • ResolveVulnerableSymbolsResponseData

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 attributes of a response containing resolved vulnerable symbols, organized by package.

id?: string

The unique identifier for this response data object.

The type identifier for responses containing resolved vulnerable symbols.

Generated using TypeDoc