EventTypeCollection

class oci.log_analytics.models.EventTypeCollection(**kwargs)

Bases: object

The collection of event types and corresponding versions mapped to the source.

Methods

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

Attributes

items Gets the items of this EventTypeCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.log_analytics.models.EventType]) – The value to assign to the items property of this EventTypeCollection.
items

Gets the items of this EventTypeCollection. An array of event type specifications.

Returns:The items of this EventTypeCollection.
Return type:list[oci.log_analytics.models.EventType]