Record
poll-result
No description available.
record poll-result {
answer-slot: option<s32>,
answer-text: option<string>,
last-vote-date: option<string>,
requesting-user-voted: option<bool>,
votes: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| answer-slot | option<s32> | |
| answer-text | option<string> | |
| last-vote-date | option<string> | |
| requesting-user-voted | option<bool> | |
| votes | option<s32> |