public sealed class GetTraceRequest : IMessage<GetTraceRequest>, IEquatable<GetTraceRequest>, IDeepCloneable<GetTraceRequest>, IBufferMessage, IMessage
[[["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."],[[["The latest version available for `GetTraceRequest` is 3.4.0, with older versions listed down to 2.2.0."],["`GetTraceRequest` is a class used for sending requests to retrieve trace data, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetTraceRequest` contains two constructors, one default and another for creating a copy using an existing `GetTraceRequest` object."],["The class has two key properties: `ProjectId`, which specifies the Cloud project ID, and `TraceId`, which is the ID of the trace to retrieve."],["This class inherits from the `Object` class and contains inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]