Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 912 Bytes

PersonDataWithActiveFlag.md

File metadata and controls

14 lines (11 loc) · 912 Bytes

# PersonDataWithActiveFlag

Properties

Name Type Description Notes
active_flag bool Whether the associated person is active or not [optional]
id int The ID of the person associated with the item [optional]
name string The name of the person associated with the item [optional]
email \Pipedrive\Model\PersonDataEmail[] The emails of the person associated with the item [optional]
phone \Pipedrive\Model\PersonDataPhone[] The phone numbers of the person associated with the item [optional]
owner_id int The ID of the owner of the person that is associated with the item [optional]

[Back to Model list] [Back to API list] [Back to README]