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 within the `Google.Cloud.Asset.V1` namespace, found in the `Google.Cloud.Asset.V1.dll` assembly."],["The `DeleteFeedRequest` class is used to construct requests for deleting a feed, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the library is 3.12.0, but the current page specifically documents version 3.11.0, and previous versions of the library down to 2.7.0 are also accessible."],["The class offers two constructors: a default parameterless constructor and another which accepts a `DeleteFeedRequest` object as its parameter, allowing for object duplication."],["The `DeleteFeedRequest` class includes two key properties: `FeedName` (a typed view of the feed name) and `Name` (a string representing the required resource name in a specific format)."]]],[]]