options
@SerializedName(value = "options" )
Content copied to clipboard
Contains objects describing each choice in the referenced poll.
e.g.
"options":[
{
"position":1,
"label":"“C Sharp”",
"votes":795
},
{
"position":2,
"label":"“C Hashtag”",
"votes":156
}
]
Content copied to clipboard