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."],[[["This webpage details the `DeleteFeedRequest` class, which is part of the Google Cloud Asset V1 API, specifically within the .NET library."],["The content provides a historical overview of the `DeleteFeedRequest` class across various versions, ranging from version 2.7.0 up to the latest version 3.12.0."],["The `DeleteFeedRequest` class, found in the `Google.Cloud.Asset.V1` namespace, is designed to facilitate the deletion of feeds and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteFeedRequest` class has properties like `FeedName` (which is a typed view) and `Name` that are essential for specifying which feed to delete, with the `Name` property accepting a feed identifier string."],["The `DeleteFeedRequest` class supports two constructors, one is parameterless, the other accepts another `DeleteFeedRequest` as a parameter."]]],[]]