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 content pertains to the `DeleteFeedRequest` class within the `Google.Cloud.Asset.V1` namespace, specifically focusing on its implementation and usage across various versions."],["The latest version available is 3.12.0, and the class supports versions down to 2.7.0, each linked to its respective documentation."],["`DeleteFeedRequest` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all coming from `Google.Protobuf` along with an inheritance from object."],["The `DeleteFeedRequest` class has two constructors: a default one and one that accepts another `DeleteFeedRequest` object as a parameter for cloning."],["Key properties of `DeleteFeedRequest` include `FeedName`, a `FeedName`-typed property, and `Name`, which is a string property representing the resource name of the feed and must follow specific formatting guidelines."]]],[]]