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."],[[["The latest version of `AddFulfillmentPlacesResponse` is 2.12.0, which can be found in the `Google.Cloud.Retail.V2` namespace within the `Google.Cloud.Retail.V2.dll` assembly."],["This class is designed to provide a response to the `RemoveFulfillmentPlacesRequest`, though it is currently empty because the method `AddFulfillmentPlaces` does not populate it with any data."],["The `AddFulfillmentPlacesResponse` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The available versions for `AddFulfillmentPlacesResponse` range from 1.0.0 up to the current latest 2.12.0, with links provided for each."],["It can be instantiated via two constructors, a parameterless constructor, or one that takes another `AddFulfillmentPlacesResponse` object as a parameter."]]],[]]