from field: string id = 1;
from field: string title = 2;
from field: uint64 duration = 3 [jstype = JS_STRING];
from field: bool started = 4;
from field: uint64 created = 5 [jstype = JS_STRING];
from field: repeated plugnmeet.BreakoutRoomUser users = 6;
from message plugnmeet.BreakoutRoom
Generated
from field: string id = 1;