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."],[[["The latest version available for `RemoveFulfillmentPlacesMetadata` is 2.12.0, with multiple previous versions dating back to 1.0.0, all accessible via their respective links."],["`RemoveFulfillmentPlacesMetadata` is a class in the `Google.Cloud.Retail.V2` namespace within the `Google.Cloud.Retail.V2.dll` assembly, specifically designed for handling metadata related to the progress of the `RemoveFulfillmentPlaces` operation."],["The `RemoveFulfillmentPlacesMetadata` class currently does not populate any meaningful metadata from the `RemoveFulfillmentPlaces` method, as it is currently empty."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, inheriting members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class offers two constructors: a default constructor `RemoveFulfillmentPlacesMetadata()` and a copy constructor `RemoveFulfillmentPlacesMetadata(RemoveFulfillmentPlacesMetadata other)` that takes another `RemoveFulfillmentPlacesMetadata` instance as a parameter."]]],[]]