public sealed class AddFulfillmentPlacesResponse : IMessage<AddFulfillmentPlacesResponse>, IEquatable<AddFulfillmentPlacesResponse>, IDeepCloneable<AddFulfillmentPlacesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class AddFulfillmentPlacesResponse.
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 provides reference documentation for the `AddFulfillmentPlacesResponse` class within the Google Cloud Retail V2 API for .NET."],["The latest version of `AddFulfillmentPlacesResponse` is 2.12.0, and the page lists various previous versions, starting from 1.0.0, each linking to its own documentation."],["`AddFulfillmentPlacesResponse` is a response class for the `AddFulfillmentPlacesRequest` and is currently empty, as no data is returned from the associated method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The document provides a constructor guide for creating new `AddFulfillmentPlacesResponse` objects, either empty or by cloning a pre-existing object."]]],[]]