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."],[[["Version 2.7.0 is the latest release for Google.Cloud.Talent.V4, with multiple previous versions available for reference."],["The `ResponseMetadata` class provides additional information returned to the client, including debugging data."],["`ResponseMetadata` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `ResponseMetadata` class has a `RequestId` property, which is a string representing a unique identifier for each call."],["The class `ResponseMetadata` provides two constructors, one that is parameterless and a second that takes in another `ResponseMetadata` object as a parameter."]]],[]]