class documentation

class MeetingStatus(Enum):

View In Hierarchy

Undocumented

Constant COMPLETED Undocumented
Constant FUTURE Undocumented
Constant ONGOING Undocumented
COMPLETED: int =

Undocumented

Value
3
FUTURE: int =

Undocumented

Value
1
ONGOING: int =

Undocumented

Value
2