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