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."],[[["This webpage details the `ResponseMetadata` class within the `Google.Cloud.Talent.V4` namespace, offering various versions and information about its implementation."],["The latest version of `ResponseMetadata` is 2.7.0, with previous versions ranging from 2.6.0 down to 1.0.0 available for reference."],["The `ResponseMetadata` class provides additional information to the client, primarily for debugging."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities."],["The `ResponseMetadata` class includes a `RequestId` property of type string, allowing tracking of individual API calls."]]],[]]