Part of lp.bugs.interfaces.bugnotification View In Hierarchy
Attribute | id | id |
Attribute | message | The message containing the text representation of the changes to the bug. |
Attribute | activity | The bug activity object corresponding to this notification. Will be None for older notification objects, and will be None if the bugchange object that provides the data for the change returns None for getBugActivity. |
Bool | is_comment | Undocumented |
Datetime | date_emailed | Undocumented |
Attribute | recipients | The people to which this notification should be sent. |
Choice | status | The status of this bug notification. |
Attribute | bug_filters | List of bug filters that caused this notification. |
Inherited from IHasOwner:
Attribute | owner | The object's owner, which is an IPerson. |