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

ListClientUserInvitationsResponse

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

§Properties

§

The returned list of client users.

§
nextPageToken?: string
[src]

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