start_index


Description:

public uint start_index { get; set; }

The one-based index of the first result to be retrieved.

Use next_page and previous_page to implement pagination, rather than manually changing start_index.

Use 0 to not specify a start index.