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, which is used to delete a saved query."],["The class `DeleteSavedQueryRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSavedQueryRequest` class contains properties such as `Name` (a string representing the saved query's resource name) and `SavedQueryName` (a strongly-typed representation of the saved query resource name)."],["The latest version of the API documented is version 3.12.0, with versions down to 2.7.0 being available as reference points."],["The resource name property should adhere to the following formats : projects/project_number/savedQueries/saved_query_id, folders/folder_number/savedQueries/saved_query_id, or organizations/organization_number/savedQueries/saved_query_id."]]],[]]