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

InsertPersonRequest

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

Inserts a person mention.

interface InsertPersonRequest {
endOfSegmentLocation?: EndOfSegmentLocation;
location?: Location;
personProperties?: PersonProperties;
}

§Properties

§
endOfSegmentLocation?: EndOfSegmentLocation
[src]

Inserts the person at the end of a header, footer, footnote or the document body.

§
location?: Location
[src]

Inserts the person at a specific index in the document. The person mention must be inserted inside the bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. between the table and its preceding paragraph). People cannot be inserted inside an equation.

§
personProperties?: PersonProperties
[src]

The properties of the person mention to insert.