models.alert_resolution_request module¶
- 
class 
models.alert_resolution_request.AlertResolutionRequest(alert_id_list=None, resolution_details=None)[source]¶ Bases:
objectImplementation of the ‘AlertResolutionRequest’ model.
Request that provides the details of a resolution and the list of Alert Ids to be marked resolved.
- Attributes:
 - alert_id_list (list of string): Specifies list of alerts resolved by a
 Resolution, which are specified by Alert Ids.
- resolution_details (AlertResolutionInfo): Short description and
 detailed notes 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.