public sealed class SetInventoryResponse : IMessage<SetInventoryResponse>, IEquatable<SetInventoryResponse>, IDeepCloneable<SetInventoryResponse>, IBufferMessage, IMessage
Response of the SetInventoryRequest. Currently empty because
there is no meaningful response populated from the [SetInventory][]
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 details the `SetInventoryResponse` class within the `Google.Cloud.Retail.V2` namespace, specifically for .NET development."],["The `SetInventoryResponse` class represents the response from a `SetInventoryRequest` and is currently empty, as there's no meaningful data populated from the `SetInventory` method."],["The latest version of `SetInventoryResponse` is 2.12.0, with historical versions available dating back to 1.0.0."],["`SetInventoryResponse` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for comparison and deep cloning."],["The class has two constructors: a default constructor `SetInventoryResponse()` and a copy constructor `SetInventoryResponse(SetInventoryResponse other)` for creating a new instance based on an existing one."]]],[]]