Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.03 KB

OrganizationItem.md

File metadata and controls

17 lines (14 loc) · 1.03 KB

# OrganizationItem

Properties

Name Type Description Notes
id int The ID of the organization [optional]
name string The name of the organization [optional]
owner_id int The ID of the user who owns the organization [optional]
add_time string The creation date and time of the organization [optional]
update_time string The last updated date and time of the organization [optional]
is_deleted bool Whether the organization is deleted or not [optional]
visible_to int The visibility of the organization [optional]
address \Pipedrive\versions\v2\Model\OrganizationItemAddress [optional]
label_ids int[] The IDs of labels assigned to the organization [optional]

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