public sealed class RemoveFulfillmentPlacesMetadata : IMessage<RemoveFulfillmentPlacesMetadata>, IEquatable<RemoveFulfillmentPlacesMetadata>, IDeepCloneable<RemoveFulfillmentPlacesMetadata>, IBufferMessage, IMessage
Metadata related to the progress of the RemoveFulfillmentPlaces operation.
Currently empty because there is no meaningful metadata populated from the
[RemoveFulfillmentPlaces][] 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 page provides documentation for the `RemoveFulfillmentPlacesMetadata` class in the `Google.Cloud.Retail.V2` namespace, specifically within the Google Cloud Retail API for .NET."],["The latest version available is 2.12.0, and it also provides access to a range of prior versions, from 2.11.0 back to 1.0.0."],["`RemoveFulfillmentPlacesMetadata` is a class used to track the progress of the `RemoveFulfillmentPlaces` operation, but currently does not contain any populated metadata."],["The `RemoveFulfillmentPlacesMetadata` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["The class has two constructors for creating new instances: a default constructor and one that accepts another `RemoveFulfillmentPlacesMetadata` object for copying."]]],[]]