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."],[[["The latest version of the `DeleteFeedRequest` documentation is version 3.12.0, while the current page is displaying information for version 2.10.0."],["The `DeleteFeedRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is a sealed class in the `Google.Cloud.Asset.V1` namespace and it inherits from the base `Object` class."],["`DeleteFeedRequest` includes properties such as `FeedName` (of type `FeedName`) and `Name` (of type `String`), along with constructors to create instances of it, one with no parameters and one with another `DeleteFeedRequest` instance."],["This documentation provides access to previous versions of the `DeleteFeedRequest` class, going back to version 2.7.0, and includes multiple versions of the 3 series."]]],[]]