Class EnterpriseTopazSidekickPerson
Person.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickPerson : IDirectResponseSchema
Properties
AffinityLevel
The level of affinity this person has with the requesting user.
Declaration
[JsonProperty("affinityLevel")]
public virtual string AffinityLevel { get; set; }
Property Value
Type | Description |
---|---|
string |
AttendingStatus
Attendance status of the person when included in a meeting event.
Declaration
[JsonProperty("attendingStatus")]
public virtual string AttendingStatus { 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.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
GaiaId
Gaia id.
Declaration
[JsonProperty("gaiaId")]
public virtual long? GaiaId { get; set; }
Property Value
Type | Description |
---|---|
long? |
IsGroup
Whether the invitee is a group.
Declaration
[JsonProperty("isGroup")]
public virtual bool? IsGroup { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Name
Name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ObfuscatedGaiaId
Obfuscated Gaia id.
Declaration
[JsonProperty("obfuscatedGaiaId")]
public virtual string ObfuscatedGaiaId { get; set; }
Property Value
Type | Description |
---|---|
string |
PhotoUrl
Absolute URL to the profile photo of the person.
Declaration
[JsonProperty("photoUrl")]
public virtual string PhotoUrl { get; set; }
Property Value
Type | Description |
---|---|
string |