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.
Implements
IMessage<RemoveFulfillmentPlacesResponse>, IEquatable<RemoveFulfillmentPlacesResponse>, IDeepCloneable<RemoveFulfillmentPlacesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
RemoveFulfillmentPlacesResponse()
public RemoveFulfillmentPlacesResponse()
RemoveFulfillmentPlacesResponse(RemoveFulfillmentPlacesResponse)
public RemoveFulfillmentPlacesResponse(RemoveFulfillmentPlacesResponse other)
Parameter | |
---|---|
Name | Description |
other | RemoveFulfillmentPlacesResponse |