from field: bool status = 1;
from field: string msg = 2;
Optional
from field: optional string poll_id = 3;
from field: optional uint64 total_responses = 4 [jstype = JS_STRING];
from field: optional uint64 voted = 5 [jstype = JS_STRING];
from field: map<string, string> responses = 6;
from field: repeated plugnmeet.PollInfo polls = 7;
from field: optional plugnmeet.PollsStats stats = 8;
from field: optional uint64 total_polls = 9 [jstype = JS_STRING];
from field: optional uint64 total_running = 10 [jstype = JS_STRING];
from field: optional plugnmeet.PollResponsesResult poll_responses_result = 11;
from message plugnmeet.PollResponse
Generated
from field: bool status = 1;