Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 801 Bytes

PaginatedVulnerabilityList.md

File metadata and controls

14 lines (9 loc) · 801 Bytes

PaginatedVulnerabilityList

Properties

Name Type Description Notes
Page string The page number returned (should match the requested page query string param) [optional]
NextPage string True if additional pages exist (page + 1) or False if this is the last page [optional]
ReturnedCount int32 The number of items sent in this response [optional]
Vulnerabilities []StandaloneVulnerability The listing of matching vulnerabilities for the query subject to pagination [optional]

[Back to Model list] [Back to API list] [Back to README]