| 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] |
| website | string | The website of the organization | [optional] |
| string | The LinkedIn profile URL of the organization | [optional] | |
| industry | int | The industry the organization belongs to | [optional] |
| annual_revenue | int | The annual revenue of the organization | [optional] |
| employee_count | int | The number of employees in the organization | [optional] |
| custom_fields | array<string,object> | An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes. To clear a custom field value, set it to `null`. For multi-option fields (field type `set`), use `null` to clear the selection — sending an empty array `[]` is not supported and will result in a validation error. | [optional] |