EventTypeDetails¶
-
class
oci.log_analytics.models.
EventTypeDetails
(**kwargs)¶ Bases:
object
The collection of event types and corresponding versions mapped to the source.
Methods
__init__
(**kwargs)Initializes a new EventTypeDetails object with values from keyword arguments. Attributes
items
Gets the items of this EventTypeDetails. -
__init__
(**kwargs)¶ Initializes a new EventTypeDetails 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 EventTypeDetails.
-
items
¶ Gets the items of this EventTypeDetails. An array of event type specifications.
Returns: The items of this EventTypeDetails. Return type: list[oci.log_analytics.models.EventType]
-