class documentation

class LogicalOperator(ACMEIntEnum):

View In Hierarchy

Logical Operator enum values for notification target policies.

Constant AND AND operation.
Constant OR OR operation.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
AND: int =

AND operation.

Value
1
OR: int =

OR operation.

Value
2