You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/Contact.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Name | Type | Description | Notes
43
43
**custom_mappings** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type** | When custom mappings are configured on the resource, the result is included here. | [optional][readonly]
44
44
**updated_at** | **datetime, none_type** | The last update date of the contact. | [optional][readonly]
45
45
**created_at** | **datetime, none_type** | The creation date of the contact. | [optional][readonly]
46
+
**opportunity_ids** | **[str]** | The opportunity ids of the contact. | [optional]
46
47
47
48
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501
283
285
updated_at (datetime, none_type): The last update date of the contact.. [optional] # noqa: E501
284
286
created_at (datetime, none_type): The creation date of the contact.. [optional] # noqa: E501
287
+
opportunity_ids ([str]): The opportunity ids of the contact.. [optional] # noqa: E501
custom_mappings ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type): When custom mappings are configured on the resource, the result is included here.. [optional] # noqa: E501
406
409
updated_at (datetime, none_type): The last update date of the contact.. [optional] # noqa: E501
407
410
created_at (datetime, none_type): The creation date of the contact.. [optional] # noqa: E501
411
+
opportunity_ids ([str]): The opportunity ids of the contact.. [optional] # noqa: E501
0 commit comments