public sealed class PatchTracesRequest : IMessage<PatchTracesRequest>, IEquatable<PatchTracesRequest>, IDeepCloneable<PatchTracesRequest>, 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."],[[["This webpage provides documentation for the `PatchTracesRequest` class, which is part of the Google Cloud Trace V1 library for .NET."],["`PatchTracesRequest` is a request message used for the `PatchTraces` method, and it inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PatchTracesRequest` class includes two constructors: a default constructor and one that accepts another `PatchTracesRequest` object as a parameter for copying."],["Key properties of the `PatchTracesRequest` class include `ProjectId`, a string representing the ID of the Cloud project, and `Traces`, which holds the body of the message, of the type `Traces`."],["The documentation covers multiple versions of the library, from 2.2.0 up to the latest 3.4.0, with the current version for the page being 3.0.0."]]],[]]