LogSavedSearchSummaryCollection¶
-
class
oci.logging.models.
LogSavedSearchSummaryCollection
(**kwargs)¶ Bases:
object
A collection of LogSavedSearchSummary items.
Methods
__init__
(**kwargs)Initializes a new LogSavedSearchSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this LogSavedSearchSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new LogSavedSearchSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.logging.models.LogSavedSearchSummary]) – The value to assign to the items property of this LogSavedSearchSummaryCollection.
-
items
¶ [Required] Gets the items of this LogSavedSearchSummaryCollection. The Saved Seach Summaries
Returns: The items of this LogSavedSearchSummaryCollection. Return type: list[oci.logging.models.LogSavedSearchSummary]
-