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/authorizedbuyersmarketplace:v1.ts";

Response message for the list method.

interface ListClientUsersResponse {
clientUsers?: ClientUser[];
nextPageToken?: string;
}

§Properties

§
clientUsers?: ClientUser[]
[src]

The returned list of client users.

§
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 list method to retrieve the next page of results.