Field | Type | Required | Description | Example |
---|---|---|---|---|
first_name |
OptionalNullable[str] | ➖ | The first name of the person. | Elon |
last_name |
OptionalNullable[str] | ➖ | The last name of the person. | Musk |
middle_name |
OptionalNullable[str] | ➖ | Middle name of the person. | D. |
gender |
OptionalNullable[models.Gender] | ➖ | The gender represents the gender identity of a person. | male |
initials |
OptionalNullable[str] | ➖ | Initials of the person | EM |
birthday |
datetime | ➖ | Date of birth | 2000-08-12 |
deceased_on |
datetime | ➖ | Date of death | 2000-08-12 |