gong-rs 0.0.1

A gong.io API client for the Rust language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AssignedFlowFailure

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**flow_id** | Option<**String**> | The flow ID to which the assignment failed | [optional]
**crm_prospect_id** | Option<**String**> | The CRM ID of the prospect that failed to get assigned to a Gong Engage flow. | [optional]
**error_code** | Option<**String**> | The code of the assignment error | [optional]
**error_message** | Option<**String**> | A message describing the assignment error | [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)