Class RemoveCatalogAttributeRequest (1.10.1)

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

Request for CatalogService.RemoveCatalogAttribute method.

Attributes

NameDescription
attributes_config str
Required. Full AttributesConfig resource name. Format: ``projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig``
key str
Required. The attribute name key of the CatalogAttribute to remove.

Inheritance

builtins.object > proto.message.Message > RemoveCatalogAttributeRequest