Show / Hide Table of Contents

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.

Inheritance
object
Person
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class Person : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX