GoogleApi.CloudSearch.V1.Model.Person (google_api_cloud_search v0.14.0) View Source
Object to represent a person.
Attributes
-
emailAddresses(type:list(GoogleApi.CloudSearch.V1.Model.EmailAddress.t), default:nil) - The person's email addresses -
name(type:String.t, default:nil) - The resource name of the person to provide information about. See People.get from Google People API. -
obfuscatedId(type:String.t, default:nil) - Obfuscated ID of a person. -
personNames(type:list(GoogleApi.CloudSearch.V1.Model.Name.t), default:nil) - The person's name -
photos(type:list(GoogleApi.CloudSearch.V1.Model.Photo.t), default:nil) - A person's read-only photo. A picture shown next to the person's name to help others recognize the person in search results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.Person{
emailAddresses: [GoogleApi.CloudSearch.V1.Model.EmailAddress.t()] | nil,
name: String.t() | nil,
obfuscatedId: String.t() | nil,
personNames: [GoogleApi.CloudSearch.V1.Model.Name.t()] | nil,
photos: [GoogleApi.CloudSearch.V1.Model.Photo.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.