LogIncludedSearchSummaryCollection¶
-
class
oci.logging.models.
LogIncludedSearchSummaryCollection
(**kwargs)¶ Bases:
object
A set of LogIncludedSummary
Methods
__init__
(**kwargs)Initializes a new LogIncludedSearchSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this LogIncludedSearchSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new LogIncludedSearchSummaryCollection 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.LogIncludedSearchSummary]) – The value to assign to the items property of this LogIncludedSearchSummaryCollection.
-
items
¶ [Required] Gets the items of this LogIncludedSearchSummaryCollection. The list of summaries
Returns: The items of this LogIncludedSearchSummaryCollection. Return type: list[oci.logging.models.LogIncludedSearchSummary]
-