public sealed class ImportCatalogItemsResponse : IMessage<ImportCatalogItemsResponse>, IEquatable<ImportCatalogItemsResponse>, IDeepCloneable<ImportCatalogItemsResponse>, IBufferMessage, IMessage
Response of the ImportCatalogItemsRequest. If the long running
operation is done, then this message is returned by the
google.longrunning.Operations.response field if the operation was successful.
[[["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."],[[["`ImportCatalogItemsResponse` is a class representing the response of an `ImportCatalogItemsRequest` and is returned upon successful completion of the long-running operation."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a versatile structure for handling catalog item imports."],["The `ImportCatalogItemsResponse` class has two constructors: one is a default constructor and the other accepts another `ImportCatalogItemsResponse` object for easy duplication."],["It includes properties like `ErrorSamples`, which is a collection of errors encountered during the request processing, and `ErrorsConfig`, which indicates the location of full error details."],["The class is part of the `Google.Cloud.RecommendationEngine.V1Beta1` namespace, with the presented information for the version `1.0.0-beta03`."]]],[]]