LogSetCollection¶
-
class
oci.log_analytics.models.
LogSetCollection
(**kwargs)¶ Bases:
object
It contains a list of log sets
Methods
__init__
(**kwargs)Initializes a new LogSetCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this LogSetCollection. -
__init__
(**kwargs)¶ Initializes a new LogSetCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[str]) – The value to assign to the items property of this LogSetCollection.
-
items
¶ [Required] Gets the items of this LogSetCollection. This is the array of log sets
Returns: The items of this LogSetCollection. Return type: list[str]
-