LogEntryCollection

class oci.resource_manager.models.LogEntryCollection(**kwargs)

Bases: object

Collection of log entries.

Methods

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

Attributes

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

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

Parameters:items (list[oci.resource_manager.models.LogEntry]) – The value to assign to the items property of this LogEntryCollection.
items

[Required] Gets the items of this LogEntryCollection. Collection of log entries.

Returns:The items of this LogEntryCollection.
Return type:list[oci.resource_manager.models.LogEntry]