Show / Hide Table of Contents

Class EnterpriseTopazSidekickPerson

Person.

Inheritance
object
EnterpriseTopazSidekickPerson
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.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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX