[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `FormatMessage` class represents a message with parameters, enabling dynamic message construction using placeholders."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its versatility and compatibility within the .NET ecosystem."],["The class provides two constructors, one default and another that takes an existing `FormatMessage` instance for copying."],["The `Format` property defines the template string with placeholders like `$0` and `$1`, allowing for parameter insertion, while the `Parameters` property stores the values to be inserted."],["The class is found within the `Google.Cloud.Debugger.V2` namespace, part of the Google Cloud Debugger library, and available in different versions, with `3.2.0` being the latest."]]],[]]