AdhocQueryResultCollection¶
-
class
oci.cloud_guard.models.
AdhocQueryResultCollection
(**kwargs)¶ Bases:
object
Aggregated results for an adhoc query request
Methods
__init__
(**kwargs)Initializes a new AdhocQueryResultCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AdhocQueryResultCollection. -
__init__
(**kwargs)¶ Initializes a new AdhocQueryResultCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.cloud_guard.models.AdhocQueryResultSummary]) – The value to assign to the items property of this AdhocQueryResultCollection.
-
items
¶ [Required] Gets the items of this AdhocQueryResultCollection. List of adhoc query results
Returns: The items of this AdhocQueryResultCollection. Return type: list[oci.cloud_guard.models.AdhocQueryResultSummary]
-