Name | Type | Description | Notes |
---|---|---|---|
endPosition | String | The last index position in the result set. | [optional] |
nextUri | String | The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. | [optional] |
pages | [Page] | An array of page objects. | [optional] |
previousUri | String | The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. | [optional] |
resultSetSize | String | The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`. | [optional] |
startPosition | String | The starting index position of the current result set. | [optional] |
totalSetSize | String | The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`. | [optional] |