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 latest version available for `RemoveFulfillmentPlacesResponse` is 2.12.0, with multiple previous versions dating back to 1.0.0 listed."],["`RemoveFulfillmentPlacesResponse` is a class that represents the response of a `RemoveFulfillmentPlacesRequest` and it's currently empty because there is no meaningful information in it."],["This class inherits from `Object` and implements multiple interfaces: `IMessage\u003cRemoveFulfillmentPlacesResponse\u003e`, `IEquatable\u003cRemoveFulfillmentPlacesResponse\u003e`, `IDeepCloneable\u003cRemoveFulfillmentPlacesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class `RemoveFulfillmentPlacesResponse` belongs to the `Google.Cloud.Retail.V2` namespace, and is contained within the `Google.Cloud.Retail.V2.dll` assembly."],["There are two constructors for creating a `RemoveFulfillmentPlacesResponse` object, one being a default no parameter constructor, and the other taking another `RemoveFulfillmentPlacesResponse` object as a parameter."]]],[]]