public sealed class DeleteFeedRequest : IMessage<DeleteFeedRequest>, IEquatable<DeleteFeedRequest>, IDeepCloneable<DeleteFeedRequest>, IBufferMessage, IMessage
Required. The name of the feed and it must be in the format of:
projects/project_number/feeds/feed_id
folders/folder_number/feeds/feed_id
organizations/organization_number/feeds/feed_id
[[["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."],[[["The webpage provides documentation for the `DeleteFeedRequest` class within the `Google.Cloud.Asset.V1` namespace, specifically for version 3.7.0, while also listing links to versions ranging from 2.7.0 to 3.12.0, including the latest."],["The `DeleteFeedRequest` class, which inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to send requests to delete a feed."],["The class has two constructors, a default one, and another that takes a `DeleteFeedRequest` object as a parameter, and it has properties for `FeedName` and `Name`, with `Name` being a string representing the feed's resource name."],["The required format for the `Name` property is specified as one of the following: projects/project_number/feeds/feed_id, folders/folder_number/feeds/feed_id, or organizations/organization_number/feeds/feed_id."],["the page lists other versions of the `DeleteFeedRequest`, for version 3.7.0, and other versions of the `DeleteFeedRequest`, allowing navigation to documentation for different versions."]]],[]]