InlineListResult1

InlineListResult1
InlineListResult1

Base class for list results from collections

JSON Example
{
    "result_count": 0,
    "sort_by": "string",
    "sort_ascending": false,
    "cursor": "string"
}
integer As int64 As int64
result_count
Optional

Count of results found (across all pages), set only on first page

string
sort_by
Optional

Field by which records are sorted

boolean
sort_ascending
Optional

If true, results are sorted in ascending order

string
cursor
Optional

Opaque cursor to be used for getting next page of records (supplied by current result page)

Used By