public sealed class ResponseMetadata : IMessage<ResponseMetadata>, IEquatable<ResponseMetadata>, IDeepCloneable<ResponseMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class ResponseMetadata.
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-03-21 UTC."],[[["This documentation covers the `ResponseMetadata` class within the Google Cloud Talent Solution v4beta1 API, providing reference information and code samples."],["The `ResponseMetadata` class, which inherits from `object`, includes implementations for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and is found in the `Google.Cloud.Talent.V4Beta1` namespace."],["There are two constructors for `ResponseMetadata`: a default constructor and one that takes another `ResponseMetadata` object as a parameter."],["The `ResponseMetadata` class includes a `RequestId` property, which is a unique string ID associated with a specific API call that can be used for tracking purposes."]]],[]]