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-04-17 UTC."],[[["The webpage details the `GetSavedQueryRequest` class, which is used to retrieve a saved query, and is part of the `Google.Cloud.Asset.V1` namespace."],["The latest version of this class is 3.12.0, with previous versions from 3.11.0 back to 3.0.0, along with older version from 2.11.0 to 2.7.0 also available for reference."],["`GetSavedQueryRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as deep cloning and equality checks."],["The `GetSavedQueryRequest` class is constructed using a default constructor `GetSavedQueryRequest()`, or it can be constructed by passing another instance of `GetSavedQueryRequest` to the constructor."],["The `Name` property, a string, and `SavedQueryName` property are used to identify the saved query in different formats, which include project, folder, or organization-specific identifiers."]]],[]]