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

ListUserInvitationsResponse

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

Response message for UserInvitation listing request.

interface ListUserInvitationsResponse {
nextPageToken?: string;
userInvitations?: UserInvitation[];
}

§Properties

§
nextPageToken?: string
[src]

The token for the next page. If not empty, indicates that there may be more UserInvitation resources that match the listing request; this value can be used in a subsequent ListUserInvitationsRequest to get continued results with the current list call.

§
userInvitations?: UserInvitation[]
[src]

The list of UserInvitation resources.