Android SDK 100ms
lib
/
live.hms.video.polls.network
/
PollCreateResponse
Poll
Create
Response
data
class
PollCreateResponse
(
val
pollId
:
String
,
val
version
:
String
)
Constructors
Properties
Constructors
Poll
Create
Response
Link copied to clipboard
fun
PollCreateResponse
(
pollId
:
String
,
version
:
String
)
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