[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention
InlineListResult1
Base class for list results from collections
Properties
string
cursor
Optional
Opaque cursor to be used for getting next page of records (supplied by current result page)
integer as int64
result_count
Optional
Count of results found (across all pages), set only on first page
boolean
sort_ascending
Optional
If true, results are sorted in ascending order
string
sort_by
Optional
Field by which records are sorted
JSON Example
{
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string"
}