models_v2.fixed_issue module

class models_v2.fixed_issue.FixedIssue(id=None, release_note=None)[source]

Bases: object

Implementation of the ‘Fixed Issue.’ model.

Specifies the description of a fixed issue.

Attributes:

id (long|int): Specifies a unique number of the bug. release_note (string): Specifies the description of fix made for the

issue.

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.