ServiceCatalogAssociationCollection

class oci.service_catalog.models.ServiceCatalogAssociationCollection(**kwargs)

Bases: object

Collection of service catalog associations.

Methods

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

Attributes

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

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

[Required] Gets the items of this ServiceCatalogAssociationCollection. Collection of service catalog and the resources associated with it.

Returns:The items of this ServiceCatalogAssociationCollection.
Return type:list[oci.service_catalog.models.ServiceCatalogAssociationSummary]