models.update_resolution_params module¶
-
class
models.update_resolution_params.
UpdateResolutionParams
(alert_id_list=None)[source]¶ Bases:
object
Implementation of the ‘UpdateResolutionParams’ model.
Apply an existing Resolution to a new list of Alerts, which are specified by Alert Ids.
- Attributes:
- alert_id_list (list of string): Specifies the Alerts to resolve, which
are specified by Alert Ids.
-
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.