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

ClientUserInvitation

import type { ClientUserInvitation } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

An invitation for a new client user to get access to the Authorized Buyers UI. All fields are required unless otherwise specified.

interface ClientUserInvitation {
clientAccountId?: bigint;
email?: string;
invitationId?: bigint;
}

§Properties

§
clientAccountId?: bigint
[src]

Numerical account ID of the client buyer that the invited user is associated with. The value of this field is ignored in create operations.

§
email?: string
[src]

The email address to which the invitation is sent. Email addresses should be unique among all client users under each sponsor buyer.

§
invitationId?: bigint
[src]

The unique numerical ID of the invitation that is sent to the user. The value of this field is ignored in create operations.