Skip to content

Commit

Permalink
support for task group names (#92)
Browse files Browse the repository at this point in the history
Add support for task group names
  • Loading branch information
crackytsi authored and nadouani committed Nov 8, 2018
1 parent b4c85f1 commit 03c3e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thehive4py/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def __init__(self, **attributes):
self.description = attributes.get('description', None)
self.owner = attributes.get('owner', None)
self.startDate = attributes.get('startDate', None)
self.group = attributes.get('group', None)


class CaseTaskLog(JSONSerializable):
Expand Down

0 comments on commit 03c3e59

Please sign in to comment.