AlertCollection

class oci.data_safe.models.AlertCollection(**kwargs)

Bases: object

Collection of alert summary.

Methods

__init__(**kwargs) Initializes a new AlertCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this AlertCollection.
__init__(**kwargs)

Initializes a new AlertCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.data_safe.models.AlertSummary]) – The value to assign to the items property of this AlertCollection.
items

[Required] Gets the items of this AlertCollection. Array of alert summary

Returns:The items of this AlertCollection.
Return type:list[oci.data_safe.models.AlertSummary]