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."],[[["The webpage details the `AddFulfillmentPlacesResponse` class within the `Google.Cloud.Retail.V2` namespace, and its available versions."],["Version 2.12.0 is the latest available version of this class, with versions ranging down to 1.0.0 also being accessible."],["The `AddFulfillmentPlacesResponse` class is a response type for the `AddFulfillmentPlacesRequest`, used with the `ProductService.AddFulfillmentPlaces` method, but is currently empty as it does not populate meaningful responses."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for this class: a default parameterless one, and another which takes another `AddFulfillmentPlacesResponse` object as a parameter."]]],[]]