ServiceCatalogCollection¶
-
class
oci.service_catalog.models.
ServiceCatalogCollection
(**kwargs)¶ Bases:
object
Collection of Service Catalog Summaries.
Methods
__init__
(**kwargs)Initializes a new ServiceCatalogCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ServiceCatalogCollection. -
__init__
(**kwargs)¶ Initializes a new ServiceCatalogCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.service_catalog.models.ServiceCatalogSummary]) – The value to assign to the items property of this ServiceCatalogCollection.
-
items
¶ [Required] Gets the items of this ServiceCatalogCollection. Collection of catalog summaries.
Returns: The items of this ServiceCatalogCollection. Return type: list[oci.service_catalog.models.ServiceCatalogSummary]
-