public sealed class AddFulfillmentPlacesResponse : IMessage<AddFulfillmentPlacesResponse>, IEquatable<AddFulfillmentPlacesResponse>, IDeepCloneable<AddFulfillmentPlacesResponse>, IBufferMessage, IMessage
Response of the AddFulfillmentPlacesRequest. Currently empty because
there is no meaningful response populated from the [AddFulfillmentPlaces][]
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 latest version of the `AddFulfillmentPlacesResponse` is 2.12.0, and the page contains documentation for multiple versions, ranging down to version 1.0.0."],["`AddFulfillmentPlacesResponse` is a class within the `Google.Cloud.Retail.V2` namespace and represents the response to an `AddFulfillmentPlacesRequest`."],["The `AddFulfillmentPlacesResponse` class currently returns an empty response, as there is no meaningful data populated from the `AddFulfillmentPlaces` method."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AddFulfillmentPlacesResponse` class provides two constructors, one default and one that takes another `AddFulfillmentPlacesResponse` object as a parameter."]]],[]]