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.8.0."],["The `DeleteSavedQueryRequest` class is used to send requests to delete a saved query in Google Cloud Asset Inventory and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and one that accepts another `DeleteSavedQueryRequest` object for creating a copy, enabling flexibility when creating new requests."],["The `DeleteSavedQueryRequest` has two properties: `Name`, which is a string representing the resource name of the query to delete, and `SavedQueryName`, which provides a typed view over the `Name`."],["There are multiple versions of the `DeleteSavedQueryRequest` available, ranging from version 2.7.0 up to the latest version 3.12.0, each having their own documentation page."]]],[]]