class documentation

class Operator__GenderValue(str, Enum):

View In Hierarchy

Possible values of Operator__Gender.

Constant DIVERSE diverse operator
Constant FEMALE female operator
Constant MALE male operator
DIVERSE: str =

diverse operator

Value
'diverse'
FEMALE: str =

female operator

Value
'female'
MALE: str =

male operator

Value
'male'