Class PersonName (2.3.0)

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

Resource that represents the name of a person. .. attribute:: formatted_name

A string represents a person's full name. For example, "Dr. John Smith". Number of characters allowed is 100.

:type: str

Attributes

NameDescription
structured_name google.cloud.talent_v4beta1.types.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.

Classes

PersonStructuredName

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

Resource that represents a person's structured name. .. attribute:: given_name

Given/first name.

It's derived from formatted_name if not provided.

Number of characters allowed is 100.

:type: str