Source 
	This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
 - Type: object
 
Properties
| Name | Type | Description | 
|---|---|---|
| topicId | integer:int64 | |
| results | PollResult[] | |
| totalVotes | integer:int32 | 
Example
{
 // Type: integer:int64
 "topicId": 0,
 // Type: PollResult[]
 "results": [
 // Type: PollResult
 {
 // Type: string
 "answerText": "",
 // Type: integer:int32
 "answerSlot": 0,
 // Type: string:date-time
 "lastVoteDate": "",
 // Type: integer:int32
 "votes": 0,
 // Type: boolean
 "requestingUserVoted": false
 }
 ],
 // Type: integer:int32
 "totalVotes": 0
}