pageToken property
Optional. A page token, received from a previous ListDocuments
response.
Provide this to retrieve the subsequent page. When paginating, all other
parameters (with the exception of page_size
) must match the values set
in the request that generated the page token.
Implementation
@$pb.TagNumber(4)
$core.String get pageToken => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set pageToken($core.String v) {
$_setString(3, v);
}