Class InsertPersonRequest
Inserts a person mention.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class InsertPersonRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndOfSegmentLocation
Inserts the person mention at the end of a header, footer, footnote or the document body.
Declaration
[JsonProperty("endOfSegmentLocation")]
public virtual EndOfSegmentLocation EndOfSegmentLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| EndOfSegmentLocation |
Location
Inserts the person mention 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.
Declaration
[JsonProperty("location")]
public virtual Location Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Location |
PersonProperties
The properties of the person mention to insert.
Declaration
[JsonProperty("personProperties")]
public virtual PersonProperties PersonProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| PersonProperties |