public sealed class DeleteSavedQueryRequest : IMessage<DeleteSavedQueryRequest>, IEquatable<DeleteSavedQueryRequest>, IDeepCloneable<DeleteSavedQueryRequest>, 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 `DeleteSavedQueryRequest` class within the `Google.Cloud.Asset.V1` namespace, used for deleting a saved query in Google Cloud Asset."],["The latest version of this API, as of this content, is 3.12.0, with numerous previous versions available, dating down to 2.7.0."],["The `DeleteSavedQueryRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods and properties for managing saved query deletion requests."],["Key properties of the `DeleteSavedQueryRequest` class include `Name` (a string specifying the resource name of the saved query to delete) and `SavedQueryName` (a typed view over the `Name` property)."],["There are two constructors available for creating a new instance of `DeleteSavedQueryRequest`, one parameterless and another which takes an existing `DeleteSavedQueryRequest` instance."]]],[]]