public sealed class ResponseMetadata : IMessage<ResponseMetadata>, IEquatable<ResponseMetadata>, IDeepCloneable<ResponseMetadata>, IBufferMessage, IMessage
Additional information returned to client, such as debugging information.
[[["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 details the `ResponseMetadata` class within the `Google.Cloud.Talent.V4` namespace, specifically version 1.4.0, offering a comprehensive overview of its properties, constructors, inheritance, and implemented interfaces."],["The `ResponseMetadata` class, found in the `Google.Cloud.Talent.V4.dll` assembly, is designed to return additional information to the client, including debugging data, by implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The provided content lists several prior versions of the class, with version 2.7.0 being the latest, alongside links to the detailed information of each, as well as the most recent release of version 1.4.0, and the current documented version."],["`ResponseMetadata` includes a `RequestId` property, a unique string ID logged for tracking each call, and has two constructors, one being a default no parameter constructor, and the other taking another `ResponseMetadata` object as a parameter."]]],[]]