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