Class PersonName (1.0.0)

PersonName(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Resource that represents the name of a person.

Attributes

NameDescription
formatted_name str
A string represents a person's full name. For example, "Dr. John Smith". Number of characters allowed is 100.
structured_name `.profile.PersonName.PersonStructuredName`
A person's name in a structured way (last name, first name, suffix, and so on.)
preferred_name str
Preferred name for the person. This field is ignored if structured_name is provided. Number of characters allowed is 100.

Inheritance

builtins.object > proto.message.Message > PersonName

Classes

PersonStructuredName

PersonStructuredName(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Resource that represents a person's structured name.