| Name | Type | Description | Notes |
|---|---|---|---|
| questionid | int | ID of the question | [optional] |
| question | string | Text of the question | [optional] |
| ismultiselect | bool | Indicates if multiple answers can be selected | [optional] |
| attributeid | int | ID of the attribute | [optional] |
| imageurl | string | URL of the image | [optional] |
| explanation | string | Explanation of the question | [optional] |
| answers | \Toppy\TweakwiseClient\Model\Answer[] | List of answers | [optional] |
| current | bool | Indicates if this is the current question | [optional] |
| skippable | bool | Indicates if this question can be skipped | [optional] |
| skiplabel | string | Label for the skip button | [optional] |