Interface protos.google.cloud.talent.v4beta1.PersonName.IPersonStructuredName (3.4.1)

Properties of a PersonStructuredName.

Package

@google-cloud/talent!

Properties

familyName

familyName?: (string|null);

PersonStructuredName familyName

Property Value
TypeDescription
(string|null)

givenName

givenName?: (string|null);

PersonStructuredName givenName

Property Value
TypeDescription
(string|null)

middleInitial

middleInitial?: (string|null);

PersonStructuredName middleInitial

Property Value
TypeDescription
(string|null)

preferredName

preferredName?: (string|null);

PersonStructuredName preferredName

Property Value
TypeDescription
(string|null)

prefixes

prefixes?: (string[]|null);

PersonStructuredName prefixes

Property Value
TypeDescription
(string[]|null)

suffixes

suffixes?: (string[]|null);

PersonStructuredName suffixes

Property Value
TypeDescription
(string[]|null)