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 is found within the `Google.Cloud.Retail.V2` namespace and is part of the `Google.Cloud.Retail.V2.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, and deep cloning."],["The documentation for the `RemoveFulfillmentPlacesResponse` class provides links to various versions of the API, from version 1.0.0 to the latest version 2.12.0, allowing developers to access documentation for different API versions."],["The class `RemoveFulfillmentPlacesResponse` inherits from the `object` class, inheriting `GetHashCode`, `GetType`, and `ToString` members."]]],[]]