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, including debugging details, returned to the client."],["This class is part of the `Google.Cloud.Talent.V4` namespace and is located in the `Google.Cloud.Talent.V4.dll` assembly."],["`ResponseMetadata` has two constructors: a default constructor and one that takes another `ResponseMetadata` object as a parameter."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RequestId` property, of type `String`, is a unique identifier associated with a specific API call, which is used for tracking."]]],[]]