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, part of the `Google.Cloud.Retail.V2` namespace, is currently an empty response to `RemoveFulfillmentPlacesRequest`."],["This class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, indicating it is designed for protocol buffer messaging and deep cloning."],["The latest version of the documentation available is version 2.12.0, while the listed versions range from 1.0.0 to 2.12.0."],["The class inherits from `Object`, and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `RemoveFulfillmentPlacesResponse` has two constructors available, one default and one that accepts another `RemoveFulfillmentPlacesResponse` object as a parameter."]]],[]]