re-uploading work
This commit is contained in:
9
tests/generated_client/models/enforcement_status.py
Normal file
9
tests/generated_client/models/enforcement_status.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from enum import Enum
|
||||
|
||||
class EnforcementStatus(str, Enum):
|
||||
CREATED = "Created"
|
||||
DISABLED = "Disabled"
|
||||
PROCESSED = "Processed"
|
||||
|
||||
def __str__(self) -> str:
|
||||
return str(self.value)
|
||||
Reference in New Issue
Block a user