models_v2.bug_fix module¶
-
class
models_v2.bug_fix.
BugFix
(id=None, detail=None)[source]¶ Bases:
object
Implementation of the ‘Bug Fix.’ model.
Specifies the description of a bug fix.
- Attributes:
id (long|int): Specifies a unique number of the bug. detail (string): Specifies the description of fix made for the bug.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.