public sealed class AddLocalInventoriesResponse : IMessage<AddLocalInventoriesResponse>, IEquatable<AddLocalInventoriesResponse>, IDeepCloneable<AddLocalInventoriesResponse>, IBufferMessage, IMessage
Response of the [AddLocalInventories][] API. Currently empty because
there is no meaningful response populated from the [AddLocalInventories][]
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 `AddLocalInventoriesResponse` class within the `Google.Cloud.Retail.V2` namespace, spanning multiple versions from 1.0.0 to 2.12.0, and the latest is version 2.12.0."],["The `AddLocalInventoriesResponse` class is part of the Google Cloud Retail API for .NET, and represents the response structure for the `AddLocalInventories` method."],["The `AddLocalInventoriesResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The response for `AddLocalInventories` API is currently empty because no meaningful response has been implemented in the `AddLocalInventories` method."],["Constructors for creating `AddLocalInventoriesResponse` instances include a default constructor and one that accepts another `AddLocalInventoriesResponse` object for cloning."]]],[]]