RecalledInfoCollection¶
-
class
oci.log_analytics.models.
RecalledInfoCollection
(**kwargs)¶ Bases:
object
This is the list of recalled data for log explorer
Methods
__init__
(**kwargs)Initializes a new RecalledInfoCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RecalledInfoCollection. -
__init__
(**kwargs)¶ Initializes a new RecalledInfoCollection 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.RecalledInfo]) – The value to assign to the items property of this RecalledInfoCollection.
-
items
¶ [Required] Gets the items of this RecalledInfoCollection. This is the array of recalled data
Returns: The items of this RecalledInfoCollection. Return type: list[oci.log_analytics.models.RecalledInfo]
-