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 documentation for the `DeleteSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.6.0."],["The `DeleteSavedQueryRequest` class is used to request the deletion of a saved query, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation details two constructors for creating a `DeleteSavedQueryRequest` object: a default constructor and one that accepts another `DeleteSavedQueryRequest` object as a parameter."],["Key properties of `DeleteSavedQueryRequest` include `Name`, a string that specifies the full resource name of the saved query to be deleted, and `SavedQueryName`, which is a typed view of the `Name` property."],["The page lists previous versions of the API, ranging from 3.12.0 down to 2.7.0."]]],[]]