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 page provides reference documentation for the `DeleteSavedQueryRequest` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.4.0."],["The `DeleteSavedQueryRequest` class is used to construct requests for deleting a saved query and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the constructors, which include a default constructor and one that accepts another `DeleteSavedQueryRequest` object, allowing for creating a new instance based off an existing one."],["It also outlines the properties `Name` and `SavedQueryName` which are crucial for specifying the target saved query to be deleted, including the specific formatting required for the `Name` property."],["The page provides a comprehensive list of all the versions for the `DeleteSavedQueryRequest`, spanning from 3.12.0 (latest) all the way back to version 2.7.0, showing an extensive history of updates."]]],[]]