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."],[[["The latest version available for `SetInventoryResponse` is 2.12.0, as shown by the provided links."],["This page provides documentation for various versions of the `SetInventoryResponse` class, starting from version 1.0.0 up to the latest 2.12.0."],["`SetInventoryResponse` is a class representing the response from the `SetInventoryRequest`, implemented as a `public sealed class` in C#."],["The `SetInventoryResponse` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that takes another `SetInventoryResponse` object as parameter."]]],[]]