Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 988 Bytes

File metadata and controls

18 lines (15 loc) · 988 Bytes

# Question

Properties

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]

[Back to Model list] [Back to API list] [Back to README]