ManageAlertsBulk#

class ManageAlertsBulk(uuids=None, action_type=None, *args, **kwargs)[source]#

Bases: object

Parameters:
  • uuids (required) – (uuids) Unique identifiers for alerts that can be resolved or acknowledged.

  • action_type (required) – (action_type)

property action_type#
Type:

ActionType

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model

property uuids#

Unique identifiers for alerts that can be resolved or acknowledged.

Type:

list[ str ]