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-04-17 UTC."],[[["This webpage details the `DeleteFeedRequest` class within the `Google.Cloud.Asset.V1` namespace, specifically version 2.8.0, offering information on how to delete a feed."],["The `DeleteFeedRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with and manipulate message data."],["The class offers two constructors, one default and another that accepts another `DeleteFeedRequest` object as a parameter, providing different initialization options."],["The `DeleteFeedRequest` class includes two key properties: `FeedName`, a typed view of the feed's resource name, and `Name`, a string representing the feed's unique identifier."],["The page provides access to historical versions of the `DeleteFeedRequest` class, ranging from the latest version 3.12.0 down to 2.7.0, with all previous versions in between."]]],[]]