public sealed class RemoveCatalogAttributeRequest : IMessage<RemoveCatalogAttributeRequest>, IEquatable<RemoveCatalogAttributeRequest>, IDeepCloneable<RemoveCatalogAttributeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RemoveCatalogAttributeRequest.
Request for
[CatalogService.RemoveCatalogAttribute][google.cloud.retail.v2.CatalogService.RemoveCatalogAttribute]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `RemoveCatalogAttributeRequest` class within the Retail v2 API in .NET, focusing on version 2.7.0."],["The `RemoveCatalogAttributeRequest` class is used to remove a catalog attribute, as indicated by the `CatalogService.RemoveCatalogAttribute` method, which is part of this class's functionality."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work with various message handling, comparison, cloning, and buffering operations."],["The `RemoveCatalogAttributeRequest` class has two constructors, a default one and one that accepts another `RemoveCatalogAttributeRequest` object for making copies, as well as the properties `AttributesConfig` and `Key` to specify the attribute to remove."],["Multiple previous versions of the `RemoveCatalogAttributeRequest` are available for download, ranging from version 2.0.0 all the way to 2.12.0, the latest version, along with versions from 1.0.0 to 1.6.0."]]],[]]