Class EnterpriseTopazSidekickCommonPerson
Common representation of a person.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickCommonPerson : IDirectResponseSchema
Properties
Birthday
The birthday.
Declaration
[JsonProperty("birthday")]
public virtual EnterpriseTopazSidekickCommonPersonBirthday Birthday { get; set; }
Property Value
Type | Description |
---|---|
EnterpriseTopazSidekickCommonPersonBirthday |
CellPhone
Cell phone number.
Declaration
[JsonProperty("cellPhone")]
public virtual string CellPhone { get; set; }
Property Value
Type | Description |
---|---|
string |
Department
The department the person works in (e.g. Engineering).
Declaration
[JsonProperty("department")]
public virtual string Department { get; set; }
Property Value
Type | Description |
---|---|
string |
DeskLocation
Desk location (e.g. US-MTV-PR55-5-5B1I).
Declaration
[JsonProperty("deskLocation")]
public virtual string DeskLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
DeskPhone
Work desk phone number.
Declaration
[JsonProperty("deskPhone")]
public virtual string DeskPhone { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The full name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
FamilyName
The last name.
Declaration
[JsonProperty("familyName")]
public virtual string FamilyName { get; set; }
Property Value
Type | Description |
---|---|
string |
FullAddress
The fully formatted address (e.g. 1255 Pear Avenue, Mountain View 94043, United States).
Declaration
[JsonProperty("fullAddress")]
public virtual string FullAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
GaiaId
This field is deprecated. The obfuscated_id should be used instead.
Declaration
[JsonProperty("gaiaId")]
public virtual long? GaiaId { get; set; }
Property Value
Type | Description |
---|---|
long? |
GivenName
The first name.
Declaration
[JsonProperty("givenName")]
public virtual string GivenName { get; set; }
Property Value
Type | Description |
---|---|
string |
JobTitle
The person's job title (e.g. Software Engineer).
Declaration
[JsonProperty("jobTitle")]
public virtual string JobTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Manager
The manager.
Declaration
[JsonProperty("manager")]
public virtual EnterpriseTopazSidekickCommonPerson Manager { get; set; }
Property Value
Type | Description |
---|---|
EnterpriseTopazSidekickCommonPerson |
ObfuscatedId
The obfuscated GAIA ID.
Declaration
[JsonProperty("obfuscatedId")]
public virtual string ObfuscatedId { get; set; }
Property Value
Type | Description |
---|---|
string |
PhotoUrl
The URL for the Focus profile picture.
Declaration
[JsonProperty("photoUrl")]
public virtual string PhotoUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
StreetAddress
The street address (e.g. 1255 Pear Avenue).
Declaration
[JsonProperty("streetAddress")]
public virtual string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
string |