EventCollection¶
-
class
oci.os_management_hub.models.
EventCollection
(**kwargs)¶ Bases:
object
A set of events returned for the
list_events()
operation. The list contains a summary of each event 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_hub.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_hub.models.EventSummary]
-