AdhocQueryCollection

class oci.cloud_guard.models.AdhocQueryCollection(**kwargs)

Bases: object

Collection of AdhocQuery resources.

Methods

__init__(**kwargs) Initializes a new AdhocQueryCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this AdhocQueryCollection.
locks Gets the locks of this AdhocQueryCollection.
__init__(**kwargs)

Initializes a new AdhocQueryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
items

[Required] Gets the items of this AdhocQueryCollection. List of AdhocQuery resources

Returns:The items of this AdhocQueryCollection.
Return type:list[oci.cloud_guard.models.AdhocQuerySummary]
locks

Gets the locks of this AdhocQueryCollection. Locks associated with this resource.

Returns:The locks of this AdhocQueryCollection.
Return type:list[oci.cloud_guard.models.ResourceLock]