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
[ProductService.RemoveFulfillmentPlaces][google.cloud.retail.v2.ProductService.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."],[[["This webpage details the `RemoveFulfillmentPlacesResponse` class within the `Google.Cloud.Retail.V2` namespace, serving as the response type for the `RemoveFulfillmentPlacesRequest`."],["The most recent version of `RemoveFulfillmentPlacesResponse` is 2.12.0, and the documentation provides access to versions back to 1.0.0."],["The `RemoveFulfillmentPlacesResponse` class is currently an empty response, as no meaningful data is returned from the corresponding `ProductService.RemoveFulfillmentPlaces` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the class's constructors, as well as inherited methods from the base `Object` class."]]],[]]