HmsPollQuestionSettingContainer

data class HmsPollQuestionSettingContainer(val questionContainer: HmsPollQuestionCreation, val options: List<HMSPollQuestionOption>?, val correctAnswer: HMSPollQuestionAnswer?)

Constructors

Properties

Link copied to clipboard
@SerializedName(value = "answer")
val correctAnswer: HMSPollQuestionAnswer?
Link copied to clipboard
@SerializedName(value = "options")
val options: List<HMSPollQuestionOption>?
Link copied to clipboard
@SerializedName(value = "question")
val questionContainer: HmsPollQuestionCreation