RelatedEventCollection¶
-
class
oci.os_management.models.
RelatedEventCollection
(**kwargs)¶ Bases:
object
Results of a event occurence search. Contains RelatedEventSummary.
Methods
__init__
(**kwargs)Initializes a new RelatedEventCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RelatedEventCollection. -
__init__
(**kwargs)¶ Initializes a new RelatedEventCollection 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.RelatedEventSummary]) – The value to assign to the items property of this RelatedEventCollection.
-
items
¶ [Required] Gets the items of this RelatedEventCollection. List of event occurrence.
Returns: The items of this RelatedEventCollection. Return type: list[oci.os_management.models.RelatedEventSummary]
-