MarketCollection

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

Bases: object

Results of a market search. Contains the market items.

Methods

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

Attributes

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

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

[Required] Gets the items of this MarketCollection. List of market summary.

Returns:The items of this MarketCollection.
Return type:list[oci.marketplace_publisher.models.MarketSummary]