WorkRequestResultCollection

class oci.vn_monitoring.models.WorkRequestResultCollection(**kwargs)

Bases: object

Results of a WorkRequestResult search.

Methods

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

Attributes

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

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

Parameters:items (list[oci.vn_monitoring.models.WorkRequestResult]) – The value to assign to the items property of this WorkRequestResultCollection.
items

[Required] Gets the items of this WorkRequestResultCollection. List of WorkRequestResult objects.

Returns:The items of this WorkRequestResultCollection.
Return type:list[oci.vn_monitoring.models.WorkRequestResult]