BulkReplaceServiceCatalogAssociationsDetails¶
-
class
oci.service_catalog.models.
BulkReplaceServiceCatalogAssociationsDetails
(**kwargs)¶ Bases:
object
The model to replace service catalog associations in bulk.
Methods
__init__
(**kwargs)Initializes a new BulkReplaceServiceCatalogAssociationsDetails object with values from keyword arguments. Attributes
items
[Required] Gets the items of this BulkReplaceServiceCatalogAssociationsDetails. -
__init__
(**kwargs)¶ Initializes a new BulkReplaceServiceCatalogAssociationsDetails 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.CreateServiceCatalogAssociationDetails]) – The value to assign to the items property of this BulkReplaceServiceCatalogAssociationsDetails.
-
items
¶ [Required] Gets the items of this BulkReplaceServiceCatalogAssociationsDetails. Collection of CreateServiceCatalogAssociationDetails for bulk operation.
Returns: The items of this BulkReplaceServiceCatalogAssociationsDetails. Return type: list[oci.service_catalog.models.CreateServiceCatalogAssociationDetails]
-