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
[ProductService.AddFulfillmentPlaces][google.cloud.retail.v2.ProductService.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."],[[["This webpage details the `AddFulfillmentPlacesResponse` class within the `Google.Cloud.Retail.V2` namespace, primarily used in the context of the `ProductService.AddFulfillmentPlaces` method, but does not populate meaningful responses."],["The class is available across multiple versions, ranging from 1.0.0 to the latest 2.12.0, each having their own unique link path."],["`AddFulfillmentPlacesResponse` inherits from `Object` and implements `IMessage\u003cAddFulfillmentPlacesResponse\u003e`, `IEquatable\u003cAddFulfillmentPlacesResponse\u003e`, `IDeepCloneable\u003cAddFulfillmentPlacesResponse\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class features two constructors: a default one (`AddFulfillmentPlacesResponse()`) and another that accepts an `AddFulfillmentPlacesResponse` object as a parameter (`AddFulfillmentPlacesResponse(AddFulfillmentPlacesResponse other)`)."]]],[]]