EventCollection

class oci.os_management.models.EventCollection(**kwargs)

Bases: object

Results of a event search. Contains both EventSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.os_management.models.EventSummary]) – The value to assign to the items property of this EventCollection.
items

[Required] Gets the items of this EventCollection. List of events.

Returns:The items of this EventCollection.
Return type:list[oci.os_management.models.EventSummary]