Export

AplusPaginatedResponseAllOf

interface AplusPaginatedResponseAllOf {
    nextPageToken?: string;
}

Properties

Properties

nextPageToken?: string

A page token that is returned when the results of the call exceed the page size. To get another page of results, call the operation again, passing in this value with the pageToken parameter.

Memberof

AplusPaginatedResponseAllOf