Class BatchRemoveCatalogAttributesRequest (1.20.0)

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

Request for CatalogService.BatchRemoveCatalogAttributes method.

Attributes

NameDescription
attributes_config str
Required. The attributes config resource shared by all catalog attributes being deleted. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig
attribute_keys MutableSequence[str]
Required. The attribute name keys of the CatalogAttributes to delete. A maximum of 1000 catalog attributes can be deleted in a batch.