AdminPublisherSkuCollection

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

Bases: object

Results of admin listing SKU retrieval. Contains SKU items.

Methods

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

Attributes

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

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

[Required] Gets the items of this AdminPublisherSkuCollection. List of SKUs.

Returns:The items of this AdminPublisherSkuCollection.
Return type:list[oci.marketplace_publisher.models.AdminPublisherSku]