Skip to content

Commit

Permalink
add property State.state_type_id
Browse files Browse the repository at this point in the history
Signed-off-by: flashdagger <flashdagger@googlemail.com>
  • Loading branch information
flashdagger committed Dec 3, 2023
1 parent f236c00 commit cb3e5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zammadoo/tickets.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class State(NamedResource):
default_create: bool #:
default_follow_up: bool #:
ignore_escalation: bool #:
state_type_id: int #:

@property
def next_state(self) -> Optional["State"]:
Expand Down

0 comments on commit cb3e5ab

Please sign in to comment.