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 provides documentation for the `DeleteFeedRequest` class within the `Google.Cloud.Asset.V1` namespace, offering various versions of the documentation, ranging from version 2.7.0 to 3.12.0, with 3.12.0 being the latest."],["The `DeleteFeedRequest` class is used to manage and interact with the deletion of feeds, as part of the Google Cloud Asset service."],["The `DeleteFeedRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteFeedRequest` class has two constructors: one default and another that accepts another `DeleteFeedRequest` object as parameter, allowing for object cloning."],["The class includes two properties: `FeedName`, a typed view of the resource name property, and `Name`, which contains the string name of the feed to delete, requiring a specific format."]]],[]]