models_v2.type_56_enum module

class models_v2.type_56_enum.Type56Enum[source]

Bases: object

Implementation of the ‘Type56’ enum.

TODO: type enum description here.

Attributes:

CALENDAR: TODO: type description here. CONTACT: TODO: type description here. POST: TODO: type description here. FOLDER: TODO: type description here. TASK: TODO: type description here. JOURNAL: TODO: type description here. NOTE: TODO: type description here.

CALENDAR = 'Calendar'
CONTACT = 'Contact'
FOLDER = 'Folder'
JOURNAL = 'Journal'
NOTE = 'Note'
POST = 'Post'
TASK = 'Task'