CatalogItemCollection¶
-
class
oci.fleet_apps_management.models.CatalogItemCollection(**kwargs)¶ Bases:
objectThe results of a CatalogItem search containing list of CatalogItemSummary items
Methods
__init__(**kwargs)Initializes a new CatalogItemCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this CatalogItemCollection. -
__init__(**kwargs)¶ Initializes a new CatalogItemCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fleet_apps_management.models.CatalogItemSummary]) – The value to assign to the items property of this CatalogItemCollection.
-
items¶ [Required] Gets the items of this CatalogItemCollection. List of CatalogItems.
Returns: The items of this CatalogItemCollection. Return type: list[oci.fleet_apps_management.models.CatalogItemSummary]
-