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."],[[["This webpage provides reference documentation for the `DeleteSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.7.0."],["The `DeleteSavedQueryRequest` class is used to send requests to delete a saved query in Google Cloud Asset Inventory, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is 3.12.0, with various previous versions listed, including the current 3.7.0 and multiple previous versions going back to 2.7.0."],["The class includes two constructors, `DeleteSavedQueryRequest()` and `DeleteSavedQueryRequest(DeleteSavedQueryRequest other)`, and has properties such as `Name` (a string) and `SavedQueryName` (a `SavedQueryName` type) for identifying the query to delete."],["The page details the required formatting for the `Name` property, which specifies the saved query path using project, folder, or organization information."]]],[]]