Android SDK 100ms
lib
/
live.hms.video.polls.network
/
PollStartRequest
Poll
Start
Request
data
class
PollStartRequest
(
val
pollId
:
String
,
val
version
:
String
=
"1.0"
)
Constructors
Properties
Constructors
Poll
Start
Request
Link copied to clipboard
fun
PollStartRequest
(
pollId
:
String
,
version
:
String
=
"1.0"
)
Properties
poll
Id
Link copied to clipboard
@
SerializedName
(
value
=
"poll_id"
)
val
pollId
:
String
version
Link copied to clipboard
@
SerializedName
(
value
=
"version"
)
val
version
:
String