Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.35 KB

PersonNameCountAndEmailInfo.md

File metadata and controls

20 lines (17 loc) · 1.35 KB

# PersonNameCountAndEmailInfo

Properties

Name Type Description Notes
name string The name of the person [optional]
first_name string The first name of the person [optional]
last_name string The last name of the person [optional]
email_messages_count int The count of email messages related to the person [optional]
activities_count int The count of activities related to the person [optional]
done_activities_count int The count of done activities related to the person [optional]
undone_activities_count int The count of undone activities related to the person [optional]
files_count int The count of files related to the person [optional]
notes_count int The count of notes related to the person [optional]
followers_count int The count of followers related to the person [optional]
last_incoming_mail_time string The date and time of the last incoming email associated with the person [optional]
last_outgoing_mail_time string The date and time of the last outgoing email associated with the person [optional]

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