pyocf.enums.emailtype

Enumeration of email types

class pyocf.enums.emailtype.EmailType(value)

Enumeration of email types

ENUM_BUSINESS = 'BUSINESS'
ENUM_OTHER = 'OTHER'
ENUM_PERSONAL = 'PERSONAL'