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-09 UTC."],[[["The webpage details the `DeleteFeedRequest` class within the `Google.Cloud.Asset.V1` namespace, specifically version 2.7.0, as well as multiple prior versions."],["The `DeleteFeedRequest` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteFeedRequest\u003e`, `IDeepCloneable\u003cDeleteFeedRequest\u003e`, and `IBufferMessage`."],["This class contains two constructors, a default one, and one that takes another `DeleteFeedRequest` object as a parameter, and has inherited members from the `Object` class."],["It includes two primary properties: `FeedName`, which is a `FeedName`-typed view of the resource name, and `Name`, which is a string representing the feed's resource name, and is required."],["The `Name` property is used to identify the feed, and must be formatted as either `projects/project_number/feeds/feed_id`, `folders/folder_number/feeds/feed_id`, or `organizations/organization_number/feeds/feed_id`."]]],[]]