public sealed class RemoveFulfillmentPlacesResponse : IMessage<RemoveFulfillmentPlacesResponse>, IEquatable<RemoveFulfillmentPlacesResponse>, IDeepCloneable<RemoveFulfillmentPlacesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RemoveFulfillmentPlacesResponse.
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."],[[["The `RemoveFulfillmentPlacesResponse` class in the Retail v2 API is used as a response type for the `RemoveFulfillmentPlacesRequest`, but currently returns an empty response."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API available is 2.12.0, while the current documentation focuses on version 2.7.0."],["There are multiple documented versions of this API available, ranging from 1.0.0 to 2.12.0, all with the same `RemoveFulfillmentPlacesResponse` class."],["It has inherited members such as `GetHashCode`, `GetType`, and `ToString` from the base object class."]]],[]]