InlineListResult1

InlineListResult1
InlineListResult1
JSON Example
{
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string"
}
string
cursor
Optional

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

integer As int64 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

Used By