WorkRequestErrorCollection¶
- 
class oci.database_management.models.WorkRequestErrorCollection(**kwargs)¶
- Bases: - object- The results of a work request error search. This contains WorkRequestError items and other data. - 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.database_management.models.WorkRequestError]) – The value to assign to the items property of this WorkRequestErrorCollection. 
 - 
items¶
- [Required] Gets the items of this WorkRequestErrorCollection. A collection of work request errors. - Returns: - The items of this WorkRequestErrorCollection. - Return type: - list[oci.database_management.models.WorkRequestError] 
 
-