Add support for private stories

This lets the python client return a story's 'private' setting,
which will be True or False.

Change-Id: I9625064a111d8fa0e53cd5b9ea5ed30ba37b3eec
This commit is contained in:
Zara 2016-07-26 15:18:57 +00:00
parent 4f8e6d0fa0
commit 4b922b52a6
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class Story(base.BaseObject):
status = None
tags = None
story_type_id = None
private = None
tasks = tasks.TasksNestedManager
comments = timeline.CommentsNestedManager