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 page documents the `RemoveFulfillmentPlacesResponse` class within the `Google.Cloud.Retail.V2` namespace, detailing its implementation and usage in .NET."],["The `RemoveFulfillmentPlacesResponse` class is a response type for the `RemoveFulfillmentPlacesRequest`, but currently returns an empty response as there are no meaningful values to be populated from it."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to allow comprehensive interactions."],["This document outlines the class's inheritance from `Object` as well as inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The documentation also includes a list of versions for `RemoveFulfillmentPlacesResponse`, with version 2.12.0 being the most current."]]],[]]