public sealed class GetSavedQueryRequest : IMessage<GetSavedQueryRequest>, IEquatable<GetSavedQueryRequest>, IDeepCloneable<GetSavedQueryRequest>, 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 of the `GetSavedQueryRequest` is 3.12.0, but there are multiple older versions available ranging from 3.11.0 down to 2.7.0."],["`GetSavedQueryRequest` is a class used to request a saved query, and it inherits from the `Object` class while implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: one default and another that allows you to pass another `GetSavedQueryRequest` object as a parameter."],["The `GetSavedQueryRequest` class includes properties like `Name`, a string specifying the saved query's name, and `SavedQueryName`, which provides a typed view of the `Name` property."]]],[]]