Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListUserListsResponse

import type { ListUserListsResponse } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

The list user list response.

interface ListUserListsResponse {
nextPageToken?: string;
userLists?: UserList[];
}

§Properties

§
nextPageToken?: string
[src]

The continuation page token to send back to the server in a subsequent request. Due to a currently known issue, it is recommended that the caller keep invoking the list method until the time a next page token is not returned, even if the result set is empty.

§
userLists?: UserList[]
[src]

List of user lists from the search.