startIndex property

int startIndex
getter/setter pair

The result number of the first entry in the result set response. The index number is 1-based. Defaults to 1. Use along with limit to paginate the results.

Implementation

int startIndex;