PersonName(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Resource that represents the name of a person.
Attributes |
|
---|---|
Name | Description |
formatted_name |
str
A string represents a person's full name. For example, "Dr. John Smith". Number of characters allowed is 100. |
structured_name |
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. |
Classes
PersonStructuredName
PersonStructuredName(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Resource that represents a person's structured name.