CategoryCollection

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

Bases: object

Results of a category search. Contains the category items.

Methods

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

Attributes

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

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

[Required] Gets the items of this CategoryCollection. List of category summary.

Returns:The items of this CategoryCollection.
Return type:list[oci.marketplace_publisher.models.CategorySummary]