pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AddOrganizationRelationshipRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**org_id** | Option<**i32**> | The ID of the base organization for the returned calculated values | [optional]
**r#type** | **String** | The type of organization relationship | 
**rel_owner_org_id** | **i32** | The owner of the relationship. If type is `parent`, then the owner is the parent and the linked organization is the daughter. | 
**rel_linked_org_id** | **i32** | The linked organization in the relationship. If type is `parent`, then the linked organization is the daughter. | 

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