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-04-17 UTC."],[[["The `DeleteSavedQueryRequest` class is used to request the deletion of a saved query within the Google Cloud Asset API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google's Protobuf library and enabling features such as deep cloning and equality checks."],["The class contains a `Name` property, which is a string representing the name of the saved query to be deleted, following a specific format for projects, folders, or organizations."],["There is a `SavedQueryName` property that offers a strongly-typed view over the `Name` resource name property, providing an alternative and more structured way to manage the saved query name."],["The latest documented version is 3.12.0, and the page also provides references to version all the way back to 2.7.0 of the `DeleteSavedQueryRequest`."]]],[]]