Interface AplusContentApiModelAplusPaginatedResponse

The base response data for paginated A+ Content operations. Individual operations may extend this with additional data. If nextPageToken is not returned, there are no more pages to return.

AplusPaginatedResponse

interface AplusContentApiModelAplusPaginatedResponse {
    nextPageToken?: string;
    warnings?: Error[];
}

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.

AplusPaginatedResponse

warnings?: Error[]

A set of messages to the user, such as warnings or comments.

AplusPaginatedResponse

MMNEPVFCICPMFPCPTTAAATR