WorkRequestErrorCollection

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

Bases: object

Results of the work request error search. Contains both work request error items and other information, such as metadata.

Methods

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

Attributes

items [Required] 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.cloud_migrations.models.WorkRequestError]) – The value to assign to the items property of this WorkRequestErrorCollection.
items

[Required] Gets the items of this WorkRequestErrorCollection. List of work request error objects.

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