Type
VoteOption
Representation
{
"id": string,
"name": string,
"count": int,
"subject_list": [ string ]
}
Fields
Fields | |
---|---|
id | string VoteOption ID |
name | string VoteOption name |
count | int Count of this VoteOption |
subject_list | string subject list of this VoteOption |