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
15
# RequestStatusResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_id** | Option<**String**> | A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes. | [optional]
**status** | Option<**String**> | Request status | [optional]
**errors** | Option<[**Vec<models::LineErrorResponse>**]LineErrorResponse.md> |  | [optional]
**total_error_count** | Option<**i32**> | Number of objects that failed parsing | [optional]
**total_success_count** | Option<**i32**> | Number of valid objects | [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)