ProductCollection

class oci.marketplace_publisher.models.ProductCollection(**kwargs)

Bases: object

Results of a product search. Contains the product items.

Methods

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

Attributes

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

Initializes a new ProductCollection 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.ProductSummary]) – The value to assign to the items property of this ProductCollection.
items

[Required] Gets the items of this ProductCollection. List of product summary.

Returns:The items of this ProductCollection.
Return type:list[oci.marketplace_publisher.models.ProductSummary]