Android SDK 100ms
lib
/
live.hms.video.polls.network
/
SetQuestionsResponse
Set
Questions
Response
data
class
SetQuestionsResponse
(
val
pollId
:
String
,
val
totalQuestions
:
Int
,
val
version
:
String
)
Constructors
Properties
Constructors
Set
Questions
Response
Link copied to clipboard
fun
SetQuestionsResponse
(
pollId
:
String
,
totalQuestions
:
Int
,
version
:
String
)
Properties
poll
Id
Link copied to clipboard
@
SerializedName
(
value
=
"poll_id"
)
val
pollId
:
String
total
Questions
Link copied to clipboard
@
SerializedName
(
value
=
"total_questions"
)
val
totalQuestions
:
Int
version
Link copied to clipboard
@
SerializedName
(
value
=
"version"
)
val
version
:
String