models_v2.applied_patch module

class models_v2.applied_patch.AppliedPatch(service=None, component=None, version=None, version_replaced=None, patch_level=None, applied_time_msecs=None, bug_fixes=None)[source]

Bases: object

Implementation of the ‘Applied Patch.’ model.

Specifies the description of an applied 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. version_replaced (string): Specifies the version it replaced. patch_level (long|int): Specifies the number of patches applied so far

for this service.

applied_time_msecs (long|int): Specifies the time when the patch was

applied in Unix epoch in milliseconds.

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.