QueryWorkRequestCollection

class oci.log_analytics.models.QueryWorkRequestCollection(**kwargs)

Bases: object

Collection of query work requests.

Methods

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

Attributes

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

Initializes a new QueryWorkRequestCollection 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.QueryWorkRequestSummary]) – The value to assign to the items property of this QueryWorkRequestCollection.
items

[Required] Gets the items of this QueryWorkRequestCollection. List of work requests.

Returns:The items of this QueryWorkRequestCollection.
Return type:list[oci.log_analytics.models.QueryWorkRequestSummary]