# Answer
## Properties
**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)