| Name | Type | Description | Notes |
|---|---|---|---|
| _id | String | ||
| tenant_id | String | ||
| name | String | ||
| question | String | ||
| summary_label | Option<String> | [optional] | |
| help_text | String | ||
| created_at | String | ||
| created_by | String | ||
| used_count | f64 | ||
| last_used | String | ||
| r#type | String | ||
| num_stars | f64 | ||
| min | f64 | ||
| max | f64 | ||
| default_value | f64 | ||
| label_negative | String | ||
| label_positive | String | ||
| custom_options | Vecmodels::QuestionConfigCustomOptionsInner | ||
| sub_question_ids | Vec | ||
| always_show_sub_questions | bool | ||
| reporting_order | f64 |