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."],[[["The latest version of the `DeleteFeedRequest` documentation is 3.12.0, which is part of the Google Cloud Asset V1 library for .NET."],["This page provides documentation for `DeleteFeedRequest`, a class used within the Google Cloud Asset V1 library for .NET, with a history of available versions ranging from 2.7.0 to the most current version."],["The `DeleteFeedRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inheritied from the class `Object`."],["`DeleteFeedRequest` has two constructors, a default constructor, and a constructor to copy an existing `DeleteFeedRequest` object."],["The key properties associated with `DeleteFeedRequest` are `FeedName`, which provides a typed view, and `Name`, which is a required string property for providing the feed's resource name."]]],[]]