WorkRequestErrorCollection

class oci.nosql.models.WorkRequestErrorCollection(**kwargs)

Bases: object

Results of ListWorkRequestErrors

Methods

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

Attributes

items Gets the items of this WorkRequestErrorCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.nosql.models.WorkRequestError]) – The value to assign to the items property of this WorkRequestErrorCollection.
items

Gets the items of this WorkRequestErrorCollection. A page of WorkRequestError objects.

Returns:The items of this WorkRequestErrorCollection.
Return type:list[oci.nosql.models.WorkRequestError]