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 `ResponseMetadata` class provides additional information to the client, often including debugging data, and it's part of the `Google.Cloud.Talent.V4` namespace."],["This class is an implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `Object` class."],["The latest version of the API documentation is for version 2.7.0, with previous versions from 2.6.0 down to 1.0.0 also available."],["`ResponseMetadata` includes a `RequestId` property, which is a string containing a unique identifier for each call that can be used for tracking purposes."]]],[]]