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 document provides reference information for the `DeleteSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.10.0 and its relationship with other versions."],["The `DeleteSavedQueryRequest` class is used to make requests for deleting saved queries, and it inherits from and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, a default constructor and a copy constructor that takes another `DeleteSavedQueryRequest` instance as input, and it has two properties: `Name` (a string representing the resource name) and `SavedQueryName` (a typed view of the `Name`)."],["The documentation includes a list of available versions for the `DeleteSavedQueryRequest` ranging from 2.7.0 to 3.12.0 (latest)."]]],[]]