MulticloudAlertCollection

class oci.multicloud.models.MulticloudAlertCollection(**kwargs)

Bases: object

Multicloud Alert information.

Methods

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

Attributes

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

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

Parameters:items (list[oci.multicloud.models.MulticloudAlertSummary]) – The value to assign to the items property of this MulticloudAlertCollection.
items

[Required] Gets the items of this MulticloudAlertCollection. List of MulticloudAlertSummary.

Returns:The items of this MulticloudAlertCollection.
Return type:list[oci.multicloud.models.MulticloudAlertSummary]