Class PersonProperties
Properties specific to a linked person.
Implements
Inherited Members
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 |
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 |