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-04-17 UTC."],[[["The latest version of the Google.Cloud.Talent.V4 library is 2.7.0, with previous versions listed from 2.6.0 down to 1.0.0."],["The `ResponseMetadata` class, found within the Google.Cloud.Talent.V4 namespace, is used to return additional information to the client and can include debugging information."],["The `ResponseMetadata` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, while also inheriting from `Object`."],["A unique `RequestId` property of type string is included in the `ResponseMetadata` class for tracking and logging call-related information."],["The current version is 2.0.0, and it includes two constructors: a default constructor and one that takes another `ResponseMetadata` object as a parameter."]]],[]]