public sealed class AddFulfillmentPlacesResponse : IMessage<AddFulfillmentPlacesResponse>, IEquatable<AddFulfillmentPlacesResponse>, IDeepCloneable<AddFulfillmentPlacesResponse>, IBufferMessage, IMessage
Response of the RemoveFulfillmentPlacesRequest. Currently empty because
there is no meaningful response populated from the [AddFulfillmentPlaces][]
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 page details the `AddFulfillmentPlacesResponse` class within the `Google.Cloud.Retail.V2` namespace, as found in the `Google.Cloud.Retail.V2.dll` assembly, across different versions."],["The latest version of this class is found in version 2.12.0 of the library, with older versions available, all the way down to version 1.0.0."],["`AddFulfillmentPlacesResponse` is a response type for the `RemoveFulfillmentPlacesRequest` and it currently returns an empty response since there is no populated data from the method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET framework."],["The class inherits from the base `Object` class, and it provides two constructors, one being parameterless and another which takes in an `AddFulfillmentPlacesResponse` for parameter."]]],[]]