continue_ property
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_;