public sealed class DeleteCatalogItemRequest : IMessage<DeleteCatalogItemRequest>, IEquatable<DeleteCatalogItemRequest>, IDeepCloneable<DeleteCatalogItemRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class DeleteCatalogItemRequest.
[[["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."],[[["The `DeleteCatalogItemRequest` class is used for sending requests to delete a catalog item in the Recommendations AI v1beta1 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling message-based operations, equality comparisons, deep cloning, and buffer handling."],["`DeleteCatalogItemRequest` offers two constructors: a default constructor and a copy constructor that duplicates another `DeleteCatalogItemRequest` object."],["The class contains a `CatalogItemPathName` property for a typed view of the item's resource path and a `Name` property to store the full resource name of the catalog item."]]],[]]