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

ListInvitationsResponse

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

Response message for AccessControl.ListInvitations.

interface ListInvitationsResponse {
invitations?: Invitation[];
}

§Properties

§
invitations?: Invitation[]
[src]

A collection of invitations that are pending for the account. The number of invitations listed here cannot exceed 1000.