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, version 3.10.0, part of the Google Cloud Asset .NET library."],["The `DeleteFeedRequest` class is used to send requests to delete a feed, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors: one default and one that accepts another `DeleteFeedRequest` object as a parameter, used for creation of a copy."],["The class contains two properties: `FeedName`, which is a typed view over the resource name property, and `Name`, a string property specifying the feed's resource name, mandatory for identifying the target feed."],["Multiple versions of the `DeleteFeedRequest` class are available, from version 2.7.0 to the latest version, 3.12.0, showing the evolution of this class."]]],[]]