PeerCollection¶
- 
class oci.blockchain.models.PeerCollection(**kwargs)¶
- Bases: - object- Result of a peer list or search. Contains PeerSummary - Methods - __init__(**kwargs)- Initializes a new PeerCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this PeerCollection. - 
__init__(**kwargs)¶
- Initializes a new PeerCollection 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.PeerSummary]) – The value to assign to the items property of this PeerCollection. 
 - 
items¶
- [Required] Gets the items of this PeerCollection. Collection of PeerSummary - Returns: - The items of this PeerCollection. - Return type: - list[oci.blockchain.models.PeerSummary] 
 
-