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."],[[["This webpage details the `GetSavedQueryRequest` class within the `Google.Cloud.Asset.V1` namespace, used to retrieve a saved query in Google Cloud Asset."],["The `GetSavedQueryRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of `GetSavedQueryRequest` available is 3.12.0, and there are various previous versions listed from 3.11.0 all the way back to 2.7.0."],["The `GetSavedQueryRequest` class includes two constructors, one parameterless and another which accepts a `GetSavedQueryRequest` object, to allow flexible creation and cloning."],["The class contains the properties `Name`, which is of type string and specifies the resource name of the saved query and `SavedQueryName`, which is a typed view over the resource name property."]]],[]]