models.alert_resolution_info module

class models.alert_resolution_info.AlertResolutionInfo(resolution_details=None, resolution_summary=None)[source]

Bases: object

Implementation of the ‘AlertResolutionInfo’ model.

Short description and detailed notes about the Resolution.

Attributes:
resolution_details (string): Specifies detailed notes about the

Resolution.

resolution_summary (string): Specifies short description about the

Resolution.

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.