public sealed class RemoveFulfillmentPlacesResponse : IMessage<RemoveFulfillmentPlacesResponse>, IEquatable<RemoveFulfillmentPlacesResponse>, IDeepCloneable<RemoveFulfillmentPlacesResponse>, IBufferMessage, IMessage
Response of the RemoveFulfillmentPlacesRequest. Currently empty because there
is no meaningful response populated from the [RemoveFulfillmentPlaces][]
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 `RemoveFulfillmentPlacesResponse` class, found within the `Google.Cloud.Retail.V2` namespace, is currently an empty response class used in the `RemoveFulfillmentPlaces` method."],["The latest version of this class is 2.12.0, and the version the page is focused on is 2.0.0, which includes a full history of available versions back to 1.0.0."],["The `RemoveFulfillmentPlacesResponse` class inherits from `Object` and implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a parameterless default and another accepting an `RemoveFulfillmentPlacesResponse` object as a parameter."]]],[]]