offset property

int? offset
getter/setter pair

The number of results to skip.

Applies before limit, but after all other constraints. Optional. Must be >= 0 if specified.

Implementation

core.int? offset;