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."],[[["This webpage details the `RemoveFulfillmentPlacesResponse` class within the `Google.Cloud.Retail.V2` namespace, and its purpose is to provide a response structure for the `RemoveFulfillmentPlacesRequest`, even though it is currently empty."],["The latest version available for this class is 2.12.0, with numerous previous versions also accessible on the page, dating back to version 1.0.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, deep cloning, and buffer message operations."],["`RemoveFulfillmentPlacesResponse` has two constructors, a default one and one that accepts another `RemoveFulfillmentPlacesResponse` instance as a parameter for copying."],["This class inherits from `Object`, and inherits members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are used to allow for various general object operations."]]],[]]