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
16
17
# Answer

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**question_id** | Option<**i64**> | The identifier of the question. | [optional]
**question_revision_id** | Option<**i64**> | The identifier of the revision version of the question. | [optional]
**is_overall** | Option<**bool**> | If the question is the main overall question or not. | [optional]
**score** | Option<**i32**> | Score between 1 to 50, if answered. Null otherwise. | [optional]
**answer_text** | Option<**String**> | The answer's text, if answered. Null otherwise. | [optional]
**not_applicable** | Option<**bool**> | If the question is irrelevant for the call. | [optional]
**selected_options** | Option<**Vec<String>**> | The identifier of the options selected. Null otherwise | [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)