Show / Hide Table of Contents

Class PersonProperties

Properties specific to a linked person.

Inheritance
object
PersonProperties
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.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class PersonProperties : IDirectResponseSchema

Properties

DisplayFormat

Optional. The display format of the person chip. If not set, the default display format is used.

Declaration
[JsonProperty("displayFormat")]
public virtual string DisplayFormat { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Email

Required. The email address linked to this person. This field is always present.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX