WorkItemCollection

class oci.jms.models.WorkItemCollection(**kwargs)

Bases: object

A list of WorkItem.

Methods

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

Attributes

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

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

Parameters:items (list[oci.jms.models.WorkItemSummary]) – The value to assign to the items property of this WorkItemCollection.
items

[Required] Gets the items of this WorkItemCollection. A list of work request items.

Returns:The items of this WorkItemCollection.
Return type:list[oci.jms.models.WorkItemSummary]