models_v2.available_patch module

class models_v2.available_patch.AvailablePatch(service=None, component=None, version=None, bug_fixes=None)[source]

Bases: object

Implementation of the ‘Available Patch.’ model.

Specifies the description of an available patch.

Attributes:

service (string): Specifies the name of the service. component (string): Specifies the description of the service. version (string): Specifies the version of the patch. bug_fixes (list of BugFix): Specifies the details of the fixes in the

patch.

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.