pipedrive-rs 0.1.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active_flag** | Option<**bool**> | Whether the associated person is active or not | [optional]
**id** | Option<**i32**> | The ID of the person associated with the item | [optional]
**name** | Option<**String**> | The name of the person associated with the item | [optional]
**email** | Option<[**Vec<crate::models::GetActivitiesResponse200RelatedObjectsPersonPersonIdAllOfEmailInner>**]getActivitiesResponse200_related_objects_person_PERSON_ID_allOf_email_inner.md> | The emails of the person associated with the item | [optional]
**phone** | Option<[**Vec<crate::models::GetActivitiesResponse200RelatedObjectsPersonPersonIdAllOfPhoneInner>**]getActivitiesResponse200_related_objects_person_PERSON_ID_allOf_phone_inner.md> | The phone numbers of the person associated with the item | [optional]
**owner_id** | Option<**i32**> | The ID of the owner of the person that is 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)