pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# AddActivityResponse200RelatedObjectsOrganizationOrganizationId

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active_flag** | Option<**bool**> | Whether the associated organization is active or not | [optional]
**id** | Option<**i32**> | The ID of the organization associated with the item | [optional]
**name** | Option<**String**> | The name of the organization associated with the item | [optional]
**people_count** | Option<**i32**> | The number of people connected with the organization that is associated with the item | [optional]
**owner_id** | Option<**i32**> | The ID of the owner of the organization that is associated with the item | [optional]
**address** | Option<**String**> | The address of the organization | [optional]
**cc_email** | Option<**String**> | The BCC email of the organization associated with the item | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)