WorkRequestSummaryCollection¶
-
class
oci.vbs_inst.models.
WorkRequestSummaryCollection
(**kwargs)¶ Bases:
object
A list of VBS instance related work requests.
Methods
__init__
(**kwargs)Initializes a new WorkRequestSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this WorkRequestSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new WorkRequestSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.vbs_inst.models.WorkRequestSummary]) – The value to assign to the items property of this WorkRequestSummaryCollection.
-
items
¶ [Required] Gets the items of this WorkRequestSummaryCollection. List of workRequestSummary objects.
Returns: The items of this WorkRequestSummaryCollection. Return type: list[oci.vbs_inst.models.WorkRequestSummary]
-