PublisherCollection¶
- 
class oci.marketplace_publisher.models.PublisherCollection(**kwargs)¶
- Bases: - object- Results of a publisher search. Contains Publisher items. - Methods - __init__(**kwargs)- Initializes a new PublisherCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this PublisherCollection. - 
__init__(**kwargs)¶
- Initializes a new PublisherCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.marketplace_publisher.models.PublisherSummary]) – The value to assign to the items property of this PublisherCollection. 
 - 
items¶
- [Required] Gets the items of this PublisherCollection. List of publisher summary. - Returns: - The items of this PublisherCollection. - Return type: - list[oci.marketplace_publisher.models.PublisherSummary] 
 
-