from field: string id = 1;
from field: string room_id = 2;
from field: string question = 3;
from field: repeated plugnmeet.CreatePollOptions options = 4;
from field: bool is_running = 5;
from field: int64 created = 6 [jstype = JS_STRING];
from field: string created_by = 7;
from field: string closed_by = 8;
from message plugnmeet.PollInfo
Generated
from field: string id = 1;