nextPageToken property

  1. @TagNumber(2)
String nextPageToken

A token, which can be sent as google.cloud.speech.v2.ListCustomClassesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. This token expires after 72 hours.

Implementation

@$pb.TagNumber(2)
$core.String get nextPageToken => $_getSZ(1);
  1. @TagNumber(2)
void nextPageToken=(String v)

Implementation

@$pb.TagNumber(2)
set nextPageToken($core.String v) {
  $_setString(1, v);
}