google_api_people v0.22.0 GoogleApi.People.V1.Model.Name View Source
A person's name. If the name is a mononym, the family name is empty.
Attributes
displayName
(type:String.t
, default:nil
) - Output only. The display name formatted according to the locale specified by the viewer's account or theAccept-Language
HTTP header.displayNameLastFirst
(type:String.t
, default:nil
) - Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or theAccept-Language
HTTP header.familyName
(type:String.t
, default:nil
) - The family name.givenName
(type:String.t
, default:nil
) - The given name.honorificPrefix
(type:String.t
, default:nil
) - The honorific prefixes, such asMrs.
orDr.
honorificSuffix
(type:String.t
, default:nil
) - The honorific suffixes, such asJr.
metadata
(type:GoogleApi.People.V1.Model.FieldMetadata.t
, default:nil
) - Metadata about the name.middleName
(type:String.t
, default:nil
) - The middle name(s).phoneticFamilyName
(type:String.t
, default:nil
) - The family name spelled as it sounds.phoneticFullName
(type:String.t
, default:nil
) - The full name spelled as it sounds.phoneticGivenName
(type:String.t
, default:nil
) - The given name spelled as it sounds.phoneticHonorificPrefix
(type:String.t
, default:nil
) - The honorific prefixes spelled as they sound.phoneticHonorificSuffix
(type:String.t
, default:nil
) - The honorific suffixes spelled as they sound.phoneticMiddleName
(type:String.t
, default:nil
) - The middle name(s) spelled as they sound.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.People.V1.Model.Name{ displayName: String.t(), displayNameLastFirst: String.t(), familyName: String.t(), givenName: String.t(), honorificPrefix: String.t(), honorificSuffix: String.t(), metadata: GoogleApi.People.V1.Model.FieldMetadata.t(), middleName: String.t(), phoneticFamilyName: String.t(), phoneticFullName: String.t(), phoneticGivenName: String.t(), phoneticHonorificPrefix: String.t(), phoneticHonorificSuffix: String.t(), phoneticMiddleName: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.