PartnerCollection

class oci.self.models.PartnerCollection(**kwargs)

Bases: object

Results of listing marketplace publisher partners.

Methods

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

Attributes

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

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

Parameters:items (list[oci.self.models.PartnerSummary]) – The value to assign to the items property of this PartnerCollection.
items

[Required] Gets the items of this PartnerCollection. The list of marketplace publisher partners.

Returns:The items of this PartnerCollection.
Return type:list[oci.self.models.PartnerSummary]