Class Person
A person or email address mentioned in a document. These mentions behave as a single, immutable element containing the person's name or email address.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class Person : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
PersonId
Output only. The unique ID of this link.
Declaration
[JsonProperty("personId")]
public virtual string PersonId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
PersonProperties
Output only. The properties of this Person. This field is always present.
Declaration
[JsonProperty("personProperties")]
public virtual PersonProperties PersonProperties { get; set; }Property Value
| Type | Description | 
|---|---|
| PersonProperties | 
SuggestedDeletionIds
IDs for suggestions that remove this person link from the document. A Person might have multiple deletion IDs if, for example, multiple users suggest deleting it. If empty, then this person link isn't suggested for deletion.
Declaration
[JsonProperty("suggestedDeletionIds")]
public virtual IList<string> SuggestedDeletionIds { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
SuggestedInsertionIds
IDs for suggestions that insert this person link into the document. A Person might have multiple insertion IDs if it's a nested suggested change (a suggestion within a suggestion made by a different user, for example). If empty, then this person link isn't a suggested insertion.
Declaration
[JsonProperty("suggestedInsertionIds")]
public virtual IList<string> SuggestedInsertionIds { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
SuggestedTextStyleChanges
The suggested text style changes to this Person, keyed by suggestion ID.
Declaration
[JsonProperty("suggestedTextStyleChanges")]
public virtual IDictionary<string, SuggestedTextStyle> SuggestedTextStyleChanges { get; set; }Property Value
| Type | Description | 
|---|---|
| IDictionary<string, SuggestedTextStyle> | 
TextStyle
The text style of this Person.
Declaration
[JsonProperty("textStyle")]
public virtual TextStyle TextStyle { get; set; }Property Value
| Type | Description | 
|---|---|
| TextStyle |