public sealed class DeleteSavedQueryRequest : IMessage<DeleteSavedQueryRequest>, IEquatable<DeleteSavedQueryRequest>, IDeepCloneable<DeleteSavedQueryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class DeleteSavedQueryRequest.
[[["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 webpage provides reference documentation for the `DeleteSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API."],["The latest version of this API is 3.12.0, while version 3.11.0 is the current focal point of this webpage with it being presented as the default view, with various other older versions also being available, dating as far back as 2.7.0."],["`DeleteSavedQueryRequest` is a class used to delete a saved query, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `DeleteSavedQueryRequest()` and `DeleteSavedQueryRequest(DeleteSavedQueryRequest other)`, and it contains two key properties: `Name` (a string) and `SavedQueryName` (a `SavedQueryName`-typed view over the `Name` property)."],["The required format of the saved query `Name` is `projects/project_number/savedQueries/saved_query_id`, `folders/folder_number/savedQueries/saved_query_id`, or `organizations/organization_number/savedQueries/saved_query_id`."]]],[]]