continue_ property

String? continue_
getter/setter pair

Continuation token is a value emitted when the count of items is larger than the user/system limit.

To retrieve the next page of items, pass the value of continue as the next request's page_token.

Implementation

core.String? continue_;