Class BatchRemoveCatalogAttributesResponse (1.15.1)

BatchRemoveCatalogAttributesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response of the CatalogService.BatchRemoveCatalogAttributes.

Attributes

NameDescription
deleted_catalog_attributes MutableSequence[str]
Catalog attributes that were deleted. Only pre-loaded [catalog attributes][google.cloud.retail.v2beta.CatalogAttribute] that are neither [in use][google.cloud.retail.v2beta.CatalogAttribute.in_use] by products nor predefined can be deleted.
reset_catalog_attributes MutableSequence[str]
Catalog attributes that were reset. [Catalog attributes][google.cloud.retail.v2beta.CatalogAttribute] that are either [in use][google.cloud.retail.v2beta.CatalogAttribute.in_use] by products or are predefined attributes cannot be deleted; however, their configuration properties will reset to default values upon removal request.