| Name | Type | Description | Notes |
|---|---|---|---|
| active_flag | bool | Whether the person is active or not | [optional] |
| name | string | The name of the person | [optional] |
| \Pipedrive\versions\v1\Model\DealParticipantItemPersonIdEmail[] | An email address as a string or an array of email objects related to the person. The structure of the array is as follows: `[{ "value": "mail@example.com", "primary": "true", "label": "main" }]`. Please note that only `value` is required. | [optional] | |
| phone | \Pipedrive\versions\v1\Model\BasePersonItemPhone[] | A phone number supplied as a string or an array of phone objects related to the person. The structure of the array is as follows: `[{ "value": "12345", "primary": "true", "label": "mobile" }]`. Please note that only `value` is required. | [optional] |
| owner_id | int | The ID of the owner of the person | [optional] |
| company_id | int | The ID of the company related to the person | [optional] |
| value | int | The ID of the person | [optional] |