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

ListClientUsersResponse

import type { ListClientUsersResponse } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";
interface ListClientUsersResponse {
nextPageToken?: string;
users?: ClientUser[];
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the ListClientUsersRequest.pageToken field in the subsequent call to the clients.invitations.list method to retrieve the next page of results.

§
users?: ClientUser[]
[src]

The returned list of client users.