View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson (google_api_cloud_search v0.24.0)
Common representation of a person.
Attributes
-
birthday(type:GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPersonBirthday.t, default:nil) - The birthday. -
cellPhone(type:String.t, default:nil) - Cell phone number. -
department(type:String.t, default:nil) - The department the person works in (e.g. Engineering). -
deskLocation(type:String.t, default:nil) - Desk location (e.g. US-MTV-PR55-5-5B1I). -
deskPhone(type:String.t, default:nil) - Work desk phone number. -
displayName(type:String.t, default:nil) - The full name. -
email(type:String.t, default:nil) - Email. -
familyName(type:String.t, default:nil) - The last name. -
fullAddress(type:String.t, default:nil) - The fully formatted address (e.g. 1255 Pear Avenue, Mountain View 94043, United States). -
gaiaId(type:String.t, default:nil) - This field is deprecated. The obfuscated_id should be used instead. -
givenName(type:String.t, default:nil) - The first name. -
jobTitle(type:String.t, default:nil) - The person's job title (e.g. Software Engineer). -
manager(type:GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t, default:nil) - The manager. -
obfuscatedId(type:String.t, default:nil) - The obfuscated GAIA ID. -
photoUrl(type:String.t, default:nil) - The URL for the Focus profile picture. -
streetAddress(type:String.t, default:nil) - The street address (e.g. 1255 Pear Avenue).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson{ birthday: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPersonBirthday.t() | nil, cellPhone: String.t() | nil, department: String.t() | nil, deskLocation: String.t() | nil, deskPhone: String.t() | nil, displayName: String.t() | nil, email: String.t() | nil, familyName: String.t() | nil, fullAddress: String.t() | nil, gaiaId: String.t() | nil, givenName: String.t() | nil, jobTitle: String.t() | nil, manager: t() | nil, obfuscatedId: String.t() | nil, photoUrl: String.t() | nil, streetAddress: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.