WorkRequestCollection¶
- 
class oci.blockchain.models.WorkRequestCollection(**kwargs)¶
- Bases: - object- Result of a platform list or search. Contains WorkRequestSummary - Methods - __init__(**kwargs)- Initializes a new WorkRequestCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this WorkRequestCollection. - 
__init__(**kwargs)¶
- Initializes a new WorkRequestCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.blockchain.models.WorkRequestSummary]) – The value to assign to the items property of this WorkRequestCollection. 
 - 
items¶
- [Required] Gets the items of this WorkRequestCollection. Collection of WorkRequestSummary - Returns: - The items of this WorkRequestCollection. - Return type: - list[oci.blockchain.models.WorkRequestSummary] 
 
-