offset property

int? offset
getter/setter pair

A 0-indexed integer that specifies the current offset (that is, starting result location, amongst the Products deemed by the API as relevant) in search results.

This field is only considered if page_token is unset. If this field is negative, an INVALID_ARGUMENT is returned.

Implementation

core.int? offset;