Class BatchRemoveCatalogAttributesResponse (1.10.0)

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

Response of the CatalogService.BatchRemoveCatalogAttributes.

Attributes

NameDescription
deleted_catalog_attributes Sequence[str]
Catalog attributes that were deleted. Only attributes that are not `in use][CatalogAttribute.in_use]` by products can be deleted.
reset_catalog_attributes Sequence[str]
Catalog attributes that were reset. Attributes that are [in use][CatalogAttribute.in_use] by products cannot be deleted, however their configuration properties will reset to default values upon removal request.

Inheritance

builtins.object > proto.message.Message > BatchRemoveCatalogAttributesResponse